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

https://github.com/hieuhani/gomabuwebsite


https://github.com/hieuhani/gomabuwebsite

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Install latest version of NodeJS

Change directory to this folder and run: npm install

To start development server: npm start

To build distribution version: npm run dist

Deployment step:

1. Run `npm run dist`

2. Using GoogleAppEngineLauncher to add Existing Application and point to dist folder

3. Click *Deploy*

That's all!