Skip to content

huffmanks/recipe-app-tss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Development

Copy .env and update

cp .env.development.example .env.development

To run this application:

make all

Production

Copy .env and update

cp .env.production.example .env.production

To build this application for production:

make all-prod

Releases

No releases published

Packages

No packages published