Skip to content

Commit d03934d

Browse files
authored
Merge pull request #23 from citation-file-format/20-readme-dev
added minimal readme.dev.md contents
2 parents ef093ba + 1c7d217 commit d03934d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.dev.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
# Developer notes
22

33
We're developing the wireframes and interaction designs over at [https://www.figma.com/](https://www.figma.com/).
4+
5+
`cffinit` is a Single Page App written in [TypeScript](https://www.typescriptlang.org/) using [Vue.js v3](https://v3.vuejs.org/) and [its composition API](https://v3.vuejs.org/api/composition-api.html).
6+
7+
## development install
8+
9+
```shell
10+
# clone this repository
11+
git clone https://github.com/citation-file-format/cffinit
12+
13+
# change directory
14+
cd cffinit
15+
16+
# install dependencies, including development dependencies
17+
npm install
18+
19+
# start serving the web application
20+
npm run serve
21+
22+
# use a browser to navigate to localhost:8080 to see the website
23+
firefox http://localhost:8080/
24+
google-chrome http://localhost:8080/
25+
```

0 commit comments

Comments
 (0)