No description
- Vue 61.3%
- CSS 21.2%
- TypeScript 13.6%
- JavaScript 2.1%
- Dockerfile 1.1%
- Other 0.7%
| app | ||
| public | ||
| .editorconfig | ||
| .envrc | ||
| .gitignore | ||
| bun.lock | ||
| components.json | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| nuxt.config.ts | ||
| package.json | ||
| README.md | ||
| shell.nix | ||
| tailwind.config.js | ||
| tsconfig.json | ||
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