To run your SASS website in your local and making changes to it.
Running SASS website in your local
Once you have the required permissions - you should be able to see the repository in your github.
- Create a folder > Clone your repository
- Do
npm install
that way all the packages will be installed into your local. - Now you should be able to run the the application with:
npm run dev