Official Website for Spacebar
  • Vue 88.8%
  • TypeScript 9.2%
  • CSS 1.7%
  • JavaScript 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
kittentm ec220569bd
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 40s
fix
2026-07-20 20:28:53 +02:00
.github chore(deps): update actions/checkout action to v7 2026-06-29 23:14:18 +02:00
.husky chore: add pre-commit linting 2026-05-15 07:00:33 +02:00
app chore: make header work better on mobile 2026-07-20 20:14:58 +02:00
public cleanup 2026-07-19 08:22:43 +02:00
.editorconfig initial commit 2026-05-12 21:05:12 +02:00
.gitignore initial commit 2026-05-12 21:05:12 +02:00
bun.lock fix 2026-07-20 20:28:53 +02:00
CODE_OF_CONDUCT.md add MD files 2026-05-13 03:53:22 +02:00
eslint.config.mjs initial commit 2026-05-12 21:05:12 +02:00
LICENSE.md add license 2026-05-14 08:39:20 +02:00
nuxt.config.ts fix lint 2026-06-03 18:32:07 +02:00
package-lock.json fix 2026-07-20 20:28:53 +02:00
package.json fix 2026-07-20 20:28:53 +02:00
pnpm-workspace.yaml initial commit 2026-05-12 21:05:12 +02:00
README.md fix: remove random spaces 2026-06-07 02:40:54 +02:00
renovate.json chore: add minimum stability days 2026-06-29 23:18:08 +02:00
SECURITY.md add MD files 2026-05-13 03:53:22 +02:00
SUPPORT.md add MD files 2026-05-13 03:53:22 +02:00
tsconfig.json initial commit 2026-05-12 21:05:12 +02:00

SPBR Website

Readme Bannerr

This is our official website's source code! Want to contribute? Submit a PR today!

Note

Please note that some features will not be available, and we are constantly improving the website.

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the website for production:

bun run build

If you encounter issues when building (eg. missing TS config files,) regenerate the stub files:

bun run nuxi prepare

Locally preview the prod build using Bun:

bun .output/server/index.mjs