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
Spacebot 095c96d984
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
ci / ci (22, debian-trixie) (push) Failing after 23s
chore(deps): update dependency lint-staged to ^17.0.7
2026-06-01 12:04:15 +00:00
.github feat: readme 2026-05-26 23:18:42 +02:00
.husky chore: add pre-commit linting 2026-05-15 07:00:33 +02:00
app run lint AGAIN BRO 2026-05-15 00:13:45 +02:00
public fix: build using bun instead of node (woops) 2026-05-26 23:16:46 +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 chore(deps): update dependency lint-staged to ^17.0.7 2026-06-01 12:04:15 +00: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: build using bun instead of node (woops) 2026-05-26 23:16:46 +02:00
package.json chore(deps): update dependency lint-staged to ^17.0.7 2026-06-01 12:04:15 +00:00
pnpm-workspace.yaml initial commit 2026-05-12 21:05:12 +02:00
README.md feat: readme pt 2 2026-05-26 23:20:17 +02:00
renovate.json Update renovate 2026-05-26 22:28:38 +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