Skip to content

nathanaelcunningham/voe-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOE-Quotes

Getting Started

Ensure that docker and docker compose are installed.

To get started developing, run make dev

To initialize the database, in another terminal, run make migrate. This will setup the database schema

For Frontend development, current you will need to run npm install from within the frontend folder.