Skip to content
/ lore Public

Retype docs for lore.snackbox.moe

License

Notifications You must be signed in to change notification settings

snackbxx/lore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lore.snackbox.moe

Retype docs for lore.snackbox.moe, a wiki for the captivating lore surrounding Snackbox, anime, and related communities.
Embark on a Lore Expedition »

GitHub Workflow Status (with event) GitHub issues License Discord

Table Of Contents

Getting Started

lore 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/snackbxx/lore.git
  3. Build and run:

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

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

      retype build lore --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/NewLore
  3. Commit your changes

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

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

License

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

Contributors