Retype docs for lore.snackbox.moe, a wiki for the captivating lore surrounding Snackbox, anime, and related communities.
Embark on Lore Expedition »
To get a local copy up and running follow these simple steps.
-
Node.js. You can install this with
nvmornvm-windowsdepending on your OS -
After installing
nvmrunnvm install latest
nvm use latest
-
Install retypeapp. You can install it using npm or yarn
npm install retypeapp --global
yarn global add retypeapp
-
Clone the repo
git clone https://github.com/snackbxx/lore.git
-
Build and run
The
retype startcommand automatically opens the default web browser on your machine and loads the website into the browserretype start lore
Alternatively, you can use
retype buildto build it without running itretype build lore --output retype
Any contributions you make are greatly appreciated.
- If you have any suggestions, feel free to open an issue to discuss it, join our discord, or directly create a pull request.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
-
Fork this repository
-
Create your feature branch
git checkout -b feature/NewGuide
-
Commit your changes
git commit -m 'Add some NewGuide' -
Push to the branch
git push origin feature/NewGuide
-
Open a pull request
Distributed under the Unlicense License. See LICENSE for more information.