My personal site, built as a server rendered React app
- run
npm installso install all dependencies - run
npm run devto configure and start a development server
The site uses a PostgreSQL database
- Download and install from here
- run
cp .env-example .env - update
.envwith local database connection values