A Simple Project to show how our components render in isolation, with their different variations, using different brand styles
It is highly recommended to use nvm to handle your node versions for different projects.
Obtain nvm here.
Once installed, you can run the command nvm install from this projects directory to install the correct version of node.
Install dependencies
npm i
To run the project locally
npm run dev
This will run on http://localhost:3000 by default.
To specify a different port, use
npm run dev -- -p <your port here>