Go to file
Yanick Champoux dfa93c5c74 Merge branch 'by-seller' 2024-03-03 13:07:40 -05:00
.changeset docs(changeset): feat: add neighbourhoods 2024-02-05 10:30:53 -05:00
contrib wip 2024-02-04 13:31:57 -05:00
db add jillybean 2024-02-11 10:34:00 -05:00
e2e add a test 2024-02-10 10:19:56 -05:00
favicon add favicon 2024-02-09 15:58:55 -05:00
src add per-seller listing 2024-03-03 13:06:46 -05:00
static add favicon 2024-02-09 15:58:55 -05:00
.envrc improve the store 2024-02-09 12:49:22 -05:00
.eslintignore add a search bar 2024-01-31 13:22:14 -05:00
.eslintrc.cjs add a search bar 2024-01-31 13:22:14 -05:00
.gitignore wip 2024-02-01 10:04:14 -05:00
.npmrc add a search bar 2024-01-31 13:22:14 -05:00
.prettierignore add a search bar 2024-01-31 13:22:14 -05:00
.prettierrc.cjs add sorting 2024-02-01 14:37:15 -05:00
CHANGELOG.md RELEASING: Releasing 1 package(s) 2024-02-01 17:52:44 -05:00
NOTES add updateUsers script 2024-02-04 12:39:47 -05:00
README.md add a search bar 2024-01-31 13:22:14 -05:00
Taskfile.yaml work on task integrate 2024-02-09 15:59:42 -05:00
jsconfig.json add a search bar 2024-01-31 13:22:14 -05:00
package.json add a test 2024-02-10 10:19:56 -05:00
playwright.config.js improve the store 2024-02-09 12:49:22 -05:00
svelte.config.js configure svelte to be no-ssr 2024-02-04 12:54:23 -05:00
vite.config.js have a dev games.json 2024-02-04 13:58:16 -05:00

README.md

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.