Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 511 Bytes

git-activity

Tests

Next.js is used here.

Setup

  • Have node and npm available on your $PATH. Node version is defined in .nvmrc
  • Install dependencies npm i
  • Run locally npm run dev

Deployment

  • Run npm run build
  • Serve generated static files in out directory