waltzofpearls / rollie.dev

My personal website. Built with Golang, Gorilla and Backbone.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rollie.dev

My personal website. Built with Rust + Svelte.

  • Rust:
    • Actix Web
    • Reqwest
    • GraphQL Client
  • Svelte:
    • Svelte Material UI
  • And with:
    • Vite
    • TypeScript
    • Bootstrap
    • Cal-HeatMap

Getting started

Build and run for development with file watcher:

make dev

Build the production container and run it locally:

make docker

NOTE: before running the command, create .env file with env vars

GITHUB_TOKEN=_github_personal_access_token_
LISTEN_HTTP=0.0.0.0:3000

Deploy

Deploy to fly.io via Dockerfile

make deploy

About

My personal website. Built with Golang, Gorilla and Backbone.js

License:MIT License


Languages

Language:Svelte 38.3%Language:HCL 16.1%Language:SCSS 13.8%Language:Rust 13.7%Language:TypeScript 10.5%Language:Dockerfile 3.3%Language:Makefile 3.0%Language:HTML 0.9%Language:JavaScript 0.4%