GitXplorerGitXplorer
p

blog.petercheng.me

public
0 stars
0 forks
8 issues

Commits

List of commits on branch main.
Unverified
d4edd7e4ece2331cde84cd9bdc500a467e9b6958

Add robots file

ppcheng17 committed 2 months ago
Unverified
0b96f15fc842f799c91392440abeef3e76dc406f

Update about me

ppcheng17 committed 5 months ago
Unverified
bf34252417d04a4887d52598326f63de8927cc6d

New post

ppcheng17 committed 5 months ago
Unverified
1ed61f5ff14a861c9957bb61eea8143f392c5238

Fix typography issues

ppcheng17 committed 6 months ago
Unverified
a8581de929c95ede03c2a78fa788e751dd75bd06

Update content

ppcheng17 committed 6 months ago
Unverified
78c16602b40c6e3ff3d7b3476cf4e7cf879f8da3

Minor updates

ppcheng17 committed 6 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.