Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 395 Bytes

Portfolio

My personal portfolio. Visit website here.

Prepare

This repository uses Formspree and Contentful. You must register those services in order to run probably. Rename .env.example to .env.local and fill up enviroment variables.

Run

Run following commands:

yarn install
yarn prepare
yarn dev

or using Docker:

docker compose up