https://github.com/bcherny/-dev-null
https://github.com/bcherny/-dev-null
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcherny/-dev-null
- Owner: bcherny
- Created: 2015-04-17T20:01:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T00:00:30.000Z (over 10 years ago)
- Last Synced: 2024-12-17T03:03:16.754Z (10 months ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/pathikrit/-dev-null/tree/master)

# ack.mo (aka. the working title)
## building the frontend
```sh
cd www
npm i
npm run build
```## hacking on the frontend
```sh
cd www
npm i
npm run watch
```## starting the server
```sh
cd server
npm i
npm start
```