Skip to content

Latest commit

History

History
22 lines (15 loc) 路 415 Bytes

File metadata and controls

22 lines (15 loc) 路 415 Bytes

schier.co

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