Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 309 Bytes

UI369 Server Setup Guide

This guide provides step-by-step instructions to set up the application on a new computer.

Prerequisites

Postgresql db running on localhost:5432 Initialize with src/init.sql

Setup Instructions

npm install
npm run dev

site: http://localhost:3000