Skip to content

portfolio-report/pr-www

Repository files navigation

Portfolio Report Website

Language Build status Website status

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.

Getting started

Prerequisites:

# Clone repository
$ git clone ...

# Install dependencies
$ pnpm install --frozen-lockfile

Configuration

Create .env configuration file or respective environment variables:

# Use this URL as baseUrl for API requests
API_URL=https://...

Build Setup

# serve with hot reload at localhost:3000
$ pnpm dev

# generate static files and serve them
$ pnpm generate
$ pnpm start