A DDNet / teeworlds fancy information frontend.
Go to file
Edgar 86940cd450
add client count
2023-10-04 10:42:07 +02:00
.github/workflows Update npm.yml 2023-07-20 10:34:05 +02:00
.vscode prog 2023-07-18 18:01:45 +02:00
src add client count 2023-10-04 10:42:07 +02:00
static prog 2023-07-18 18:01:45 +02:00
.eslintignore Initial commit 2023-07-18 11:14:43 +02:00
.eslintrc.cjs Initial commit 2023-07-18 11:14:43 +02:00
.gitignore Initial commit 2023-07-18 11:14:43 +02:00
.npmrc Initial commit 2023-07-18 11:14:43 +02:00
.prettierignore Initial commit 2023-07-18 11:14:43 +02:00
.prettierrc prog 2023-07-18 18:01:45 +02:00
LICENSE Create LICENSE 2023-07-20 10:25:16 +02:00
README.md add discord invite 2023-07-20 10:36:20 +02:00
package-lock.json try 2023-08-28 15:17:06 +02:00
package.json try 2023-08-28 15:17:06 +02:00
postcss.config.js prog 2023-07-18 18:01:45 +02:00
svelte.config.js prog 2023-07-18 18:01:45 +02:00
tailwind.config.js prog 2023-07-18 18:01:45 +02:00
tsconfig.json Initial commit 2023-07-18 11:14:43 +02:00
vite.config.ts Initial commit 2023-07-18 11:14:43 +02:00

README.md

ddstats.org

A DDNet / teeworlds fancy information frontend.

Discord

You can join here: https://discord.gg/2Bwz2rn3YJ

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.