Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 715 Bytes

DEVELOPMENT.md

File metadata and controls

21 lines (15 loc) · 715 Bytes

Development

This document describes the process of developing this application on your own computer.

Getting started

Perquisites

Setting up

  • First clone this repository to your own computer if you haven't already.
  • Run pnpm install in the project's directory.
  • Open this project with Visual Studio Code and download the recommended extensions (refer to .vscode/extensions.json if you don't automatically get a pop up).
  • To lint manually, run pnpm run lint in your terminal.