Find a file
Gabriel Simmer 67794d272a Add LICENSE
2022-07-15 17:22:41 +01:00
src Remove duplicate server entry, button font 2022-07-11 18:40:42 +01:00
static Redesigning homepage, starting on admin page 2022-07-11 18:31:40 +01:00
.build.yml Update secret 2022-07-15 16:55:45 +01:00
.dockerignore Dockerfile, mslogin file 2022-07-06 00:17:10 +01:00
.eslintignore Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
.eslintrc.cjs Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
.gitignore Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
.npmrc Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
.prettierignore Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
.prettierrc Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
Dockerfile Dockerfile, mslogin file 2022-07-06 00:17:10 +01:00
LICENSE Add LICENSE 2022-07-15 17:22:41 +01:00
package-lock.json Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
package.json Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
README.md Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00
svelte.config.js Login with Microsoft button, preview invite 2022-07-06 00:16:56 +01:00
tsconfig.json Initial commit of MVP frontend 2022-07-05 11:12:27 +01:00

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 init svelte

# create a new project in my-app
npm init svelte 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.