This is the repo for my portfolio website, which you can visit β¨HEREβ¨
Featuring some festive snowfall from winter 2024! βοΈ
https://github.com/user-attachments/assets/2a143ff7-b9ee-4dd6-a8a9-26abb4717dfa
npm i
(or npm install
) commandsudo service postgresql start
postgres
usersudo -u postgres psql
CREATE DATABASE portfolio_projects_db;
\c portfolio_projects_db
\i backend/db/create.sql
\i backend/db/seeds.sql
npm run dev
npm run lint
npm run build
out
foldernpx serve@latest out