From 967caf598b61f140d2b1d118b31873a4e3a67a72 Mon Sep 17 00:00:00 2001 From: Raventric <78981416+Ravencentric@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:55:40 +0530 Subject: [PATCH] feat: readme overhaul (#125) --- README.md | 134 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 122 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 030e57260..572b29f5e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,125 @@ -# thewiki -Retype docs for thewiki.moe +
+

+ + Logo + -## How to edit +

thewiki.moe

-1. [Create a new branch to do your work on](https://user-images.githubusercontent.com/4893775/213875083-5042d163-a775-49cd-88a1-090a65670b0c.png) -2. [Do your work on it and commit the changes](https://user-images.githubusercontent.com/4893775/213875253-3578bbb1-cbe2-4250-9cd9-5c5412245d27.png) -3. [Create a new pull request](https://user-images.githubusercontent.com/4893775/213874701-b4bcb7b9-bc3d-4c9f-a7d2-81b45b1009d6.png) -4. [Squash and merge it](https://user-images.githubusercontent.com/4893775/213874863-624e7f47-ec39-4e6a-97ed-6b90fb8e5f4e.png) +

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

+

-## Useful links -* [Retype formatting guide](https://retype.com/guides/formatting/) -* [Retype components list](https://retype.com/components/) -* [Retype page configuration options](https://retype.com/configuration/page/) -* [Retype folder configuration options](https://retype.com/configuration/folder/) +
+ +[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Snaacky/thewiki/retype-action.yml?style=flat&logo=github)](https://github.com/Snaacky/thewiki/actions) [![GitHub issues](https://img.shields.io/github/issues/Snaacky/thewiki?style=flat&logo=github)](https://github.com/Snaacky/thewiki/issues) [![License](https://img.shields.io/github/license/Snaacky/thewiki?style=flat&logo=unlicense)](https://github.com/Snaacky/thewiki/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/974468300304171038?style=flat&logo=discord)](https://discord.gg/snackbox) +
+ +## Table Of Contents + +* [Built With](#built-with) +* [Getting Started](#getting-started) + * [Prerequisites](#prerequisites) + * [Installation](#installation) +* [Contributing](#contributing) +* [License](#license) +* [Contributors](#contributors) + +## Built With + +[![Retype](https://retype.com/static/retype-logo-dark.svg)](https://retype.com/) + +## Getting Started + +To get a local copy up and running follow these simple steps. + +### Prerequisites + +1. [Node.js](https://nodejs.org/en). You can install this with [`nvm`](https://github.com/nvm-sh/nvm) or [`nvm-windows`](https://github.com/coreybutler/nvm-windows) depending on your OS + +2. After installing `nvm` run + + ```sh + nvm install latest + ``` + + ```sh + nvm use latest + ``` + +### Installation + +1. Install [retypeapp](https://www.npmjs.com/package/retypeapp). You can install it using npm or yarn + + ```sh + npm install retypeapp --global + ``` + + ```sh + yarn global add retypeapp + ``` + +2. Clone the repo + + ```sh + git clone https://github.com/Snaacky/thewiki.git + ``` + +4. Build and run + + The `retype start` command automatically opens the default web browser on your machine and loads the website into the browser + + ```sh + retype start thewiki + ``` + + Alternatively, you can use `retype build` to build it without running it + + ```sh + retype build thewiki --output retype + ``` + +## Contributing + +Any contributions you make are **greatly appreciated**. + +- If you have any suggestions, feel free to [open an issue](https://github.com/Snaacky/thewiki/issues/new) to discuss it, join our [discord](https://discord.gg/snackbox), or directly create a pull request. +- Please make sure you check your spelling and grammar. +- Create individual PR for each suggestion. + + +### Creating A Pull Request + +1. Fork this repository +2. Create your feature branch + + ```sh + git checkout -b feature/NewGuide + ``` +3. Commit your changes + + ```sh + git commit -m 'Add some NewGuide' + ``` +4. Push to the branch + + ```sh + git push origin feature/NewGuide + ``` +5. Open a pull request + +## License + +Distributed under the [Unlicense](https://opensource.org/license/unlicense/) License. See [LICENSE](https://github.com/Snaacky/thewiki/blob/master/LICENSE) for more information. + +## Contributors + + + +