Personal website of chientrm (Chien), built with SvelteKit.
This is the source code for chientrm.com, a personal website containing thoughts, ideas, and musings.
Install dependencies:
npm install
Start the development server:
npm run dev
To create a production build:
npm run build
You can preview the production build with npm run preview
.
This site is configured to deploy to Cloudflare Pages using the @sveltejs/adapter-cloudflare
adapter.