An open API service indexing awesome lists of open source software.

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

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.