Skip to content

CastillaSBC/website

Repository files navigation

Castilla

The fascinating sandbox.

How to run locally.

To run this project locally you'll need pnpm and node v16(LTS works fine)

  1. Clone the project

git clone https://github.com/CastillaSBC/website.git

  1. Enter into the directory cloned and install dependencies.

cd website && pnpm install

  1. Run the project!

pnpm run dev or build the project, pnpm run build

Made with love using vite and svelte (Also Tailwind css).