12 lines
224 B
Markdown
12 lines
224 B
Markdown
## Dev
|
|
|
|
This application is built with Javascript and React.
|
|
|
|
Clone this repo and run these commands to start the development server.
|
|
|
|
```
|
|
yarn
|
|
yarn run start
|
|
```
|
|
|
|
The website can then be accessed at http://localhost:3000/.
|