Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 657 Bytes

File metadata and controls

33 lines (21 loc) · 657 Bytes

Stack YSWS

Stack no-sense... Ship anyway!!

image

Local development

Database (Postgres)

docker compose up -d

Set in .env:

DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/stack

Tables are created automatically on server start (ensureUsersTable, projects, shop).

App

npm install
npm run dev:full

Copy .env.example.env and add Hack Club Auth + Airtable keys for full login sync.