Building the frontend
To build the frontend you need a few things like
- NodeJS
- Yarn
- Brain (Hardest one)
Installing the required packages
First make sure you are inside frontend directory! :)) Now let yarn download all his dependencies and do his magic!
yarn
Building the frontend
Now that you have all that jucy 40gb of packages 😁 lets build em
yarn build
Test the frontend
Don't feel like building the frontend every time you want to test smth?
yarn dev
Has got you back ❤️!