Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivayspec/indianwiki


https://github.com/shivayspec/indianwiki

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# How to use
## Development server
``` sh
npm install
npm run dev # For development server
```
## Build for production server
``` sh
npm install
npm run build # Output will be in 'dist' directory
# Since it uses react router.
# The web server should be configured to redirect all the missing links to index.html.
```