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.
Note
We have moved articles to their own repository.
Please do not move or place articles on the frontend repo. Thanks!
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:
- Clone the repo by running
git clone https://github.com/theaceaecollective/porter-wiki-frontend
. - Go inside the newly cloned folder (
cd porter-wiki-frontend
). - Run
npm i
to install the packages. - Great! Now run
npm run dev
to run the development server. - Enter the URL it provides (by default it is http://localhost:5173) in your browser.