To run this project locally you'll need pnpm and node v16(LTS works fine)
- Clone the project
git clone https://github.com/CastillaSBC/frontend.git
- Enter into the directory cloned and install dependencies.
cd frontend && pnpm install
- Run the project!
pnpm run dev or build the project, pnpm run build
Made with love using vite and svelte (Also Tailwind css).
Shigetorum635 - Bug Fixes & Programming