Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.11 KB

Camellia Wiki - Frontend

The curtain in front of the magic.

Getting Started

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:

  1. Clone the repo by running git clone https://github.com/FlowerShaper/wiki-frontend.
  2. Go inside the newly cloned folder (cd wiki-frontend).
  3. To install packages, run npm i (if using PNPM, run pnpm i).
  4. 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

Additional Info