Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 491 Bytes

Rolnick Lab Montréal Guide

We use TypeScript and React for the implementation. The project was setup using Vite.

System requirements

  • Node
  • NPM

The .nvmrc file in project root describes the recommended Node version for this project.

Getting started

# Install dependencies
npm install

# Run app in development mode
npm run dev

The app will now be available in a browser on http://localhost:5173/. Hot reload will be enabled by default.