Campaign manager for the game Under Falling Skies https://sky.babyl.ca
 
 
 
Go to file
Yanick Champoux 1007b7f9cb eslint 2023-01-17 10:26:29 -05:00
src eslint 2023-01-17 10:26:29 -05:00
static boilerplate files 2023-01-11 17:25:39 -05:00
tests boilerplate files 2023-01-11 17:25:39 -05:00
.eslintignore don't assume the variables will be filled 2023-01-14 15:21:09 -05:00
.eslintrc.cjs boilerplate files 2023-01-11 17:25:39 -05:00
.gitignore add deploy task 2023-01-16 19:23:48 -05:00
.pre-commit-config.yaml pre-commit 2023-01-14 13:44:53 -05:00
.prettierignore add prettier to the project 2023-01-11 16:45:41 -05:00
.prettierrc.cjs add prettier to the project 2023-01-11 16:45:41 -05:00
README.md boilerplate files 2023-01-11 17:25:39 -05:00
Taskfile.yaml add deploy task 2023-01-16 19:23:48 -05:00
histoire.config.js misc work 2023-01-13 12:51:02 -05:00
index.html add deploy task 2023-01-16 19:23:48 -05:00
jsconfig.json boilerplate files 2023-01-11 17:25:39 -05:00
package.json fix chapter battle nbr 2023-01-14 14:32:36 -05:00
playwright.config.js boilerplate files 2023-01-11 17:25:39 -05:00
svelte.config.js sky10: switch to pure svelte 2023-01-13 12:46:27 -05:00
vite.config.js fix chapter battle nbr 2023-01-14 14:32:36 -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.