Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 415 Bytes

README.md

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