Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 795 Bytes

frontend-tooling.md

File metadata and controls

23 lines (15 loc) · 795 Bytes

Front-end Tooling

Requires

This project requires the following to be installed:

Running the tooling locally

  1. Install Node.js. To install node on the host machine, we recommend using the Fast Node Manager (fnm) (or the Node Version Manager (nvm).)

    Once you have it installed, simply run fnm install to install and activate the version of node required for the project.

    Refer to the fnm documentation for more details about available commands.

  2. Install the npm dependencies with npm install.

  3. Run npm run dev to build development assets and run the server using vite.