Important
We are currently porting the codebase to Vue. Please check out the Vue branch and compare it to Astro to see what's missing!!
This is the frontend code for Gardens Wiki.
Note
Porter Robinson Wiki (potaro.wiki) will be migrated to this project (Gardens Wiki). We will offer a way to migrate Porter Robinson Wiki accounts once this site is live.
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/netrocorp/gardens-wiki. - Go inside the newly cloned folder (
cd gardens-wiki). - Run
npm ito install the packages. - Great! Now run
npm run devto run the development server. - Enter the URL it provides (by default it is http://localhost:4321) in your browser.
