Table of Contents
Follow the tutorial to make it. Tutorial: https://www.youtube.com/watch?v=u6gSSpfsoOQ
- npm or yarn
npm install npm@latest -g # or npm install --global yarn
- Clone the repo
git clone https://github.com/JustAPotato-dev/TeamMemberAllocation.git
- Install NPM packages
npm install # or yarn install
- Run the project
npm run dev # or yarn dev