https://github.com/sashimii/factorymoddocs
React SPA that converts FactoryMod's civcraftConfig.yml into player-friendly html
https://github.com/sashimii/factorymoddocs
Last synced: 2 months ago
JSON representation
React SPA that converts FactoryMod's civcraftConfig.yml into player-friendly html
- Host: GitHub
- URL: https://github.com/sashimii/factorymoddocs
- Owner: sashimii
- Created: 2016-03-02T04:16:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T14:25:45.000Z (over 6 years ago)
- Last Synced: 2025-01-12T23:09:05.708Z (4 months ago)
- Language: CSS
- Size: 2 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
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.