https://github.com/new0/newome
https://github.com/new0/newome
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/new0/newome
- Owner: New0
- Created: 2019-01-13T15:21:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T15:19:27.000Z (over 1 year ago)
- Last Synced: 2025-02-15T16:24:24.551Z (over 1 year ago)
- Language: JavaScript
- Homepage: HomePage
- Size: 322 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interface for newo.me
###Based on Reactpress ( https://github.com/yann-yinn/reactpress )
## GETTING STARTED
###Start Dev environment:
```sh
# install dependencies
npm install
# start the dev server on http://localhost:3000
npm run dev
```
## Deployment
```sh
# compile for production
npm run build
# start the production server
npm run start
```