No description
  • Vue 61.3%
  • CSS 21.2%
  • TypeScript 13.6%
  • JavaScript 2.1%
  • Dockerfile 1.1%
  • Other 0.7%
Find a file
2026-04-11 15:29:39 -04:00
app fix branding spacing 2025-12-21 17:11:15 -05:00
public Merge branch 'master' into 14-lectures-page 2025-12-02 00:01:30 -05:00
.editorconfig Create .editorconfig 2025-11-30 20:32:03 -05:00
.envrc add dotenv stuff 2025-11-14 18:22:41 -05:00
.gitignore add .direnv directory to gitignore 2025-12-07 13:55:23 -05:00
bun.lock add tailwind again 2025-11-24 18:35:03 -05:00
components.json switch to slate 2025-08-18 05:42:55 -04:00
Dockerfile make dockerfile build as nuxt server and not a static webpage 2025-11-22 17:11:56 -05:00
eslint.config.mjs initial commit 2025-08-18 02:54:07 -04:00
nuxt.config.ts refactor: removes degentech ico 2025-12-01 20:32:10 -03:00
package.json add tailwind again 2025-11-24 18:35:03 -05:00
README.md remove static generation from readme 2026-04-11 15:29:39 -04:00
shell.nix add dotenv stuff 2025-11-14 18:22:41 -05:00
tailwind.config.js add tailwind again 2025-11-24 18:35:03 -05:00
tsconfig.json initial commit 2025-08-18 02:54:07 -04:00

DegenTech Website.

Currently not Official, just a mockup till later date.

Setup

Make sure to install dependencies:

bun install

Development Server

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

bun dev

Production

Build the website for production:

bun build

Locally preview production build:

bun preview