Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

stacks-archive/app.co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app.co

Dependencies

An instance of Redis must be running before starting the development server.

Instructions

yarn

To setup your environment variables for development, copy the .env.sample file to .env:

cp .env.sample .env

To run the development server:

yarn dev

To build for production:

yarn build