https://github.com/chientrm/com
https://github.com/chientrm/com
blogs cloudflare d1 personal svelte sveltekit threejs tools wrangler
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chientrm/com
- Owner: chientrm
- Created: 2023-06-23T17:55:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T08:26:36.000Z (7 months ago)
- Last Synced: 2025-03-21T08:27:23.461Z (7 months ago)
- Topics: blogs, cloudflare, d1, personal, svelte, sveltekit, threejs, tools, wrangler
- Language: JavaScript
- Homepage: https://chientrm.com
- Size: 15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chientrm.com
Personal website of chientrm (Chien), built with SvelteKit.
## About
This is the source code for chientrm.com, a personal website containing thoughts, ideas, and musings.
## Development
Install dependencies:
```bash
npm install
```Start the development server:
```bash
npm run dev
```## Building
To create a production build:
```bash
npm run build
```You can preview the production build with `npm run preview`.
## Deployment
This site is configured to deploy to Cloudflare Pages using the `@sveltejs/adapter-cloudflare` adapter.