Website for ISBRA '22 conference
In order to run locally, you must have Node.js
installed, which comes with Node Package Manager (npm
).
Install Node.js here: https://nodejs.org/en/
- From within the root of the project directory, type
npm install
to install the dependencies - Run
npm run dev
to run the development server - Open the server at
localhost:3000
- Make changes and enjoy hot-reloading (instant changes etc)