A forked version of https://github.com/chronark/chronark.com customised for my own use, with some fixes for the new app directory structure.
git clone [email protected]:NeonFXFusion/smp-landing.git
cd smp-landing
Create a .env
file similar to .env.example
.
Then install dependencies and run the development server:
bun install
bun run dev