Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 460 Bytes

Quarter

Less is more

Development

Initial Setup

Create a .env in the project root like this one:

# Server-only (secrets)
SESSION_SECRET=change me to a random secret string

# Variables prefixed with PUBLIC_ are given to the client
PUBLIC_TAKESHAPE_API_ENDPOINT=copy from takeshape dashboard
PUBLIC_TAKESHAPE_API_KEY=create in takeshape project settings

Run In Dev Mode

npm run dev

See package.json for more NPM scripts