https://github.com/ethworks/status-waku
https://github.com/ethworks/status-waku
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethworks/status-waku
- Owner: EthWorks
- Created: 2021-07-28T11:24:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T13:41:56.000Z (over 4 years ago)
- Last Synced: 2025-06-20T11:10:28.774Z (about 1 year ago)
- Language: HTML
- Size: 2.22 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run the project
1. Install the dependencies:
```bash
# npm
npm install
```
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
```