Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crafttweaker/crafttweaker-documentation
Documentation for CraftTweaker
https://github.com/crafttweaker/crafttweaker-documentation
crafttweaker-documentation hacktoberfest
Last synced: 5 days ago
JSON representation
Documentation for CraftTweaker
- Host: GitHub
- URL: https://github.com/crafttweaker/crafttweaker-documentation
- Owner: CraftTweaker
- License: mit
- Created: 2017-06-20T21:16:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T02:53:27.000Z (17 days ago)
- Last Synced: 2024-10-27T03:44:37.558Z (17 days ago)
- Topics: crafttweaker-documentation, hacktoberfest
- Language: TypeScript
- Size: 23.8 MB
- Stars: 72
- Watchers: 5
- Forks: 131
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CraftTweaker-Documentation
Documentation for CraftTweakerThis is the source code for the documentation, you can find the actual site and documentation [here](http://docs.blamejared.com)
### Setup:
Requires [npm and nodejs](https://nodejs.org/download/release/v16.18.1/)
```
git submodule init
git submodule update
npm install
cd site/
npm install
```### Build
```
npm run build
```### View Results
```
cd site
npm run dev
```Look at the url that appears on your console, should contain `localhost`, paste that on the browser.
Ctrl C twice will stop the execution.