Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.6 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.6 KB

wiki logo

Porter Robinson Wiki (Frontend)

This is the frontend code for the Porter Robinson Wiki

Alpha | Live

Note

Alpha will move to Beta (beta.potaro.wiki) once core features are implemented. We will go live to potaro.wiki once beta testing passes quality assurance.

Articles

Note

We have moved articles to their own repository.

Please do not move or place articles on the frontend repo. Thanks!

Getting Started

Important

Please make sure to install NodeJS and confirm NPM (Node Package Manager) is also installed.

To begin development and testing locally, please follow these steps in your terminal of choice:

  1. Clone the repo by running git clone https://github.com/theaceaecollective/porter-wiki-frontend.
  2. Go inside the newly cloned folder (cd porter-wiki-frontend).
  3. Run npm i to install the packages.
  4. Great! Now run npm run dev to run the development server.
  5. Enter the URL it provides (by default it is http://localhost:5173) in your browser.

Resources