Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# CraftTweaker-Documentation
Documentation for CraftTweaker

This 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.