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%
Find a file
2026-02-22 15:26:27 -05:00
src fix: remove link to repo from terms of service 2026-02-22 12:25:01 -08:00
static Initial commit for landing page project 2026-02-08 16:05:03 -08:00
.dockerignore Initial commit for landing page project 2026-02-08 16:05:03 -08:00
.gitignore Initial commit for landing page project 2026-02-08 16:05:03 -08:00
.npmrc Initial commit for landing page project 2026-02-08 16:05:03 -08:00
docker-compose.yml Containerizing 2026-02-08 16:47:30 -08:00
Dockerfile Containerizing 2026-02-08 16:47:30 -08:00
LICENSE Initial commit for landing page project 2026-02-08 16:05:03 -08:00
Makefile feat: update language, fix dark mode + branding, tos 2026-02-12 19:26:03 -05:00
nginx.conf Containerizing 2026-02-08 16:47:30 -08:00
package-lock.json feat: update language, fix dark mode + branding, tos 2026-02-12 19:26:03 -05:00
package.json Initial commit for landing page project 2026-02-08 16:05:03 -08:00
README.md feat: update language, fix dark mode + branding, tos 2026-02-12 19:26:03 -05:00
svelte.config.js Initial commit for landing page project 2026-02-08 16:05:03 -08:00
tsconfig.json Initial commit for landing page project 2026-02-08 16:05:03 -08:00
vite.config.ts Initial commit for landing page project 2026-02-08 16:05:03 -08:00

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.