Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivayspec/indianwiki
https://github.com/shivayspec/indianwiki
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivayspec/indianwiki
- Owner: SHIVAYspec
- Created: 2024-06-10T19:04:30.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T10:19:01.000Z (7 months ago)
- Last Synced: 2024-06-12T15:12:17.545Z (7 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```