Retype docs for thewiki.moe, a wiki for all things related to anime and more.
Explore the wiki »
thewiki is built using Retype. See how you can host a local copy on your machine:
-
Node.js - This can be installed with
nvm
ornvm-windows
depending on your OS -
To install with
nvm
, run the following in your terminal:nvm install latest
nvm use latest
-
Install retypeapp. You can install it using
npm
oryarn
:npm install retypeapp --global
yarn global add retypeapp
-
Clone this repo:
git clone https://github.com/Snaacky/thewiki.git
cd thewiki
-
Build and run:
-
The
retype start
command automatically prepares and loads the website into the browser:retype start
-
Alternatively, you can use
retype build
to build it without running it:retype build --output retype
-
Contributions are much appreciated!
- If you have any suggestions, feel free to open an issue to discuss it, join our Discord, or create a pull request
- Make sure you check your spelling and grammar
- Create an 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.