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