Skip to content

Commit

Permalink
Merge pull request #8 from yikuansun/dev
Browse files Browse the repository at this point in the history
Updates for 4.0.0
  • Loading branch information
yikuansun authored Jul 10, 2024
2 parents 0e24e04 + 575bcef commit a742f69
Show file tree
Hide file tree
Showing 74 changed files with 1,096 additions and 608 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
node_modules

# Output
.output
.vercel
/.svelte-kit
/build

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

package-lock.json
.npmrc
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# sprite-replicator
2D particle replicator
# create-svelte

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).

## Creating a project

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

```bash
# 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:

```bash
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:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
100 changes: 0 additions & 100 deletions code.js

This file was deleted.

Empty file added docs/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions docs/_app/env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const env={}
1 change: 1 addition & 0 deletions docs/_app/immutable/assets/2.DCEMjLv1.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/_app/immutable/assets/Ball.BFmHU3kX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added docs/_app/immutable/assets/Strobe.HkTDPVvZ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_app/immutable/assets/_page.Bj4y1TkN.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/_app/immutable/assets/splash.CV9SSy14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/_app/immutable/chunks/entry.Cn-54_Bi.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/_app/immutable/chunks/index.BtW2a5Tr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a742f69

Please sign in to comment.