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-12-04 16:07:21 +01:00
src CSS Switch to Postcss + Various Changes 2023-12-04 16:07:21 +01: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 Skeleton UI rewrite 2023-09-13 16:30:24 +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 Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
postcss.config.cjs Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
README.md Initial Commit, Feature parity to nextjs version 2023-08-06 04:16:32 +02:00
svelte.config.js Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
tailwind.config.ts Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
tsconfig.json Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
vite.config.ts Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
yarn-error.log Skeleton UI rewrite 2023-09-13 16:30:24 +02:00
yarn.lock Skeleton UI rewrite 2023-09-13 16:30:24 +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.