An open API service indexing awesome lists of open source software.

https://github.com/new0/newome


https://github.com/new0/newome

Last synced: 29 days ago
JSON representation

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
```