1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 14:29:36 +02:00
AdventureLog/frontend
2024-10-26 09:47:46 -04:00
..
src Trigger workflows 2024-10-26 09:47:46 -04:00
static New login screen with featured images 2024-10-17 21:35:55 -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 Merge pull request #341 from seanmorley15/development 2024-10-15 23:54:31 -04:00
pnpm-lock.yaml Bump the npm_and_yarn group across 2 directories with 8 updates 2024-10-08 15:17:25 +00: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 Fix contrast issues 2024-09-07 17:39:47 -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.