Frontend repository of MeasureSoftGram application.
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Close the terminal and run the following command:
command -v nvm
It should print 'nvm' if the installation was successful.
nvm install v16.13.1
npm install --global yarn
It should print the version of yarn if the installation was successful.
cp .envs/.env.local .env
cp .envs/.env.development .env
yarn dev
The project will run on http://localhost:3000
yarn lint