Website to display/manage all Empire sign ups for the Chellaris Discord Server. Replaces the previously used Excel sheet. Rewrite Edition in Svelte
This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-08-28 07:42:02 +02:00
src Animation for Cookie Saving 2023-08-28 07:42:02 +02:00
static Add portrait images to repo 2023-08-21 03:45:52 +02:00
.eslintignore Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
.eslintrc.cjs Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
.gitignore Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
.npmrc Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
.prettierignore Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
.prettierrc Migration away from maps since they cannot be easily de-/serialized 2023-08-24 05:04:27 +02:00
package.json Add portrait images to repo 2023-08-21 03:45:52 +02:00
README.md Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
svelte.config.js Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
tsconfig.json Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
vite.config.ts Add portrait images to repo 2023-08-21 03:45:52 +02:00
yarn.lock Add portrait images to repo 2023-08-21 03:45:52 +02: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.