Canpute Landing Page and Terms of Service
- Svelte 90.9%
- HTML 2.7%
- TypeScript 2.4%
- CSS 1.9%
- Dockerfile 0.8%
- Other 1.3%
|
|
||
|---|---|---|
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Canpute Landing Page
Marketing and landing page for Canpute.
Built with SvelteKit, Tailwind CSS v4, and served via Nginx.
Development
npm install
npm run dev
Docker
# Build and run
make up
# Stop
make down
# View logs
make logs
The app runs on port 8080.
Build
npm run build
Outputs a static site to build/ using adapter-static.