1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00
AdventureLog/frontend
2024-08-06 09:04:08 -04:00
..
src Update version information 2024-08-06 09:04:08 -04:00
static robots 2024-07-15 19:41:58 -04:00
.env.example chore: Update Docker and Django server configuration 2024-07-09 08:20:14 -04:00
.gitignore migration to new backend 2024-07-08 11:44:39 -04:00
.npmrc migration to new backend 2024-07-08 11:44:39 -04:00
.prettierignore migration to new backend 2024-07-08 11:44:39 -04:00
.prettierrc migration to new backend 2024-07-08 11:44:39 -04:00
Dockerfile migration to new backend 2024-07-08 11:44:39 -04:00
package.json Update version information 2024-08-06 09:04:08 -04:00
pnpm-lock.yaml chore: Update npm dependency to latest stable version 2024-07-08 11:53:24 -04:00
postcss.config.js migration to new backend 2024-07-08 11:44:39 -04:00
README.md migration to new backend 2024-07-08 11:44:39 -04:00
startup.sh migration to new backend 2024-07-08 11:44:39 -04:00
svelte.config.js chore: Update svelte.config.js to use adapter based on environment 2024-07-08 11:53:09 -04:00
tailwind.config.js error 2024-07-10 08:22:18 -04:00
tsconfig.json migration to new backend 2024-07-08 11:44:39 -04:00
vite.config.ts migration to new backend 2024-07-08 11:44:39 -04: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 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.