GitXplorerGitXplorer
p

blog.petercheng.me

public
0 stars
0 forks
8 issues

Commits

List of commits on branch main.
Unverified
999d61703754e4b9f61b3e56a436f0e31551269b

Add more music

ppcheng17 committed 2 months ago
Unverified
e0146b9a45fd06872be3158d5af69588c7c7e1f6

Add changelog

ppcheng17 committed 2 months ago
Unverified
681d39cfb4cb4084445b988b76a978d3977c3f3a

Add more to music

ppcheng17 committed 2 months ago
Unverified
6528e6834bf67ee323f3c7a6a9798747eb618fca

Whitespace changes

ppcheng17 committed 2 months ago
Unverified
b27e52cbd3603bfaa7d9d504be96bae582a54499

Update blog posts

ppcheng17 committed 2 months ago
Unverified
e17d0485d8be8cff4366c0c9bfa55b0fc32f7679

Add music page

ppcheng17 committed 2 months ago

README

The README file for this repository.

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.