This repo holds the website Portfolio Report. It provides a user interface to the data provided by the API.
Please use the discussion forum to get help and discuss improvements.
Prerequisites:
# Clone repository
$ git clone ...
# Install dependencies
$ pnpm install --frozen-lockfile
Create .env
configuration file or respective environment variables:
# Use this URL as baseUrl for API requests
API_URL=https://...
# serve with hot reload at localhost:3000
$ pnpm dev
# generate static files and serve them
$ pnpm generate
$ pnpm start