1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00
AdventureLog/frontend
2024-11-29 17:08:52 -05:00
..
src Update adventure display to show category name and icon 2024-11-29 17:08:52 -05:00
static New login screen with featured images 2024-10-17 21:35:55 -04:00
.env.example Refactor frontend configuration and add optional Umami Analytics integration 2024-10-28 19:10:40 -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 Bump version to 0.7.1, update COUNTRY_REGION_JSON_VERSION, and add nginx migration guide 2024-11-03 15:12:28 -05:00
pnpm-lock.yaml Refactor frontend configuration and add optional Umami Analytics integration 2024-10-28 19:10:40 -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 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.