The curtain in front of the magic.
Important
Please install NodeJS. Ensure NPM is included. You may install PNPM as your package manager instead.
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/FlowerShaper/wiki-frontend
. - Go inside the newly cloned folder (
cd wiki-frontend
). - To install packages, run
npm i
(if using PNPM, runpnpm i
). - Now, to run the frontend, you'll need to run one of the following scripts, depending on the case:
- Development:
npm run dev
- Production:
npm run build
- Development: