waku.org/README.md

27 lines
386 B
Markdown
Raw Normal View History

2021-10-19 14:09:03 +00:00
## How to run the project
1. Install the dependencies:
```bash
2021-11-02 12:41:47 +00:00
# yarn
yarn install
2021-10-19 14:09:03 +00:00
```
2. Start the development server:
```bash
# gulp
gulp
```
Now you should be able to see the project running at [localhost:3000](http://localhost:3000).
4. Open `./index.html` in your editor and start editing!
## For production
```bash
# gulp
gulp build
```