Official Website for Spacebar
- Vue 88.8%
- TypeScript 9.2%
- CSS 1.7%
- JavaScript 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
renovate/artifacts Artifact file update failure
ci / ci (22, debian-trixie) (push) Successful in 28s
|
||
| .github | ||
| .husky | ||
| app | ||
| public | ||
| server/api | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| bun.lock | ||
| CODE_OF_CONDUCT.md | ||
| eslint.config.mjs | ||
| LICENSE.md | ||
| nuxt.config.ts | ||
| package-lock.json | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| renovate.json | ||
| SECURITY.md | ||
| SUPPORT.md | ||
| tsconfig.json | ||
SPBR Website
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