https://github.com/sashimii/docgenerator
React SPA with front end routing that generates a documentation site from markdown files
https://github.com/sashimii/docgenerator
Last synced: 2 months ago
JSON representation
React SPA with front end routing that generates a documentation site from markdown files
- Host: GitHub
- URL: https://github.com/sashimii/docgenerator
- Owner: sashimii
- Created: 2016-06-16T15:41:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T00:42:05.000Z (over 8 years ago)
- Last Synced: 2025-01-12T23:09:14.258Z (4 months ago)
- Language: CSS
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FactoryMod YML -> HTML Conversion React SPA 0.0.1
A single page react application that converts the latest civcraftConfig.yml to an HTML site that is **relatively** more player-friendly.
Credits to the react-starterify starter pack, because I hate set up time.
## To Do:
* Design (Needs to look pretty)
* Search Box
* More defensive code## Running this locally:
Install dependinces with: `npm install`
For Development: `gulp watch`
* Browserify should boot up your default browser and go to the site at localhost:3000For Build: `gulp build`
## FAQ
### Q: What the hell is this voodoo syntax?
Answer: A mixture of ES6 and JSX, which is usually used in React.js projects. We can has `const`s now! Too lazy to link each of those things so just google it.