My personal portfolio and digital resume.
Built with React, Next and Sass.
Install dependencies:
pnpm install
Run development server:
pnpm run dev
Build static assets:
pnpm run build
Environment variables may be defined within your shell or using a .env
file.
cp ./.env.template ./.env
The following variables are available:
Variable | Required | Description |
---|---|---|
NEXT_PUBLIC_ANALYTICS_SCRIPT_URL |
No | URL of the Umami tracking script. |
NEXT_PUBLIC_ANALYTICS_WEBSITE_ID |
No | ID of the Umami website entry. |
This project is licensed under the MIT license.