hello! this is my personal website :)
this is a fairly standard node project --- clone, install, and run:
git clone [email protected]:loimabean/loim-dev-svelte.git
cd loim-dev-svelte
pnpm i
pnpm dev
and then if you'd like to build for release:
pnpm build
there is an included Containerfile for building the site as a container for deployment! that's how i have deployed it myself. you can build that with:
podman build
or, if you are using Docker
docker build