Skip to content

brawll/thewiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thewiki.moe Logo

thewiki.moe

Retype docs for thewiki.moe, a wiki for all things related to anime and more.
Explore the wiki »

GitHub Workflow Status (with event) GitHub Workflow Status (with event) GitHub issues License Discord

Table Of Contents

Getting Started

thewiki is built using Retype. See how you can host a local copy on your machine:

Prerequisites

  • Node.js - This can be installed with nvm or nvm-windows depending on your OS

  • To install with nvm, run the following in your terminal:

    nvm install latest
    nvm use latest

Installation

  1. Install retypeapp. You can install it using npm or yarn:

    npm install retypeapp --global
    yarn global add retypeapp
  2. Clone this repo:

    git clone https://github.com/Snaacky/thewiki.git
  3. Build and run:

    • The retype start command automatically prepares and loads the website into the browser:

      retype start thewiki
    • Alternatively, you can use retype build to build it without running it:

      retype build thewiki --output retype

Contributing

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

Creating A Pull Request

  1. Fork this repository

  2. Create your feature branch

    git checkout -b feature/NewGuide
  3. Commit your changes

    git commit -m 'Add some NewGuide'
  4. Push to the branch

    git push origin feature/NewGuide
  5. Open a pull request

License

Distributed under the Unlicense License. See LICENSE for more information.

Contributors

About

Retype docs for thewiki.moe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published