/schier.co

🏡 My personal website and blog powered by Go, Tailwind, Postgres

Primary LanguageGo

schier.co Deploy

This is the source code for my website schier.co.

Requirements

  • wyp for running tasks
  • Docker for running the server
  • NodeJS for running the frontend

Development

# Migrate/init database
wyp migrate

# Run Tests
wyp test

# Run backend and frontend
wyp start