#Quick Start
- Clone repo
- run npm i
- run npm start for local dev server
- from homepage, follow links to import to netlify (update the link to point to cloned repo)
- from homepage, follow links to import to forestry (update the link to point to cloned repo)
Terminal commands Serve the site locally npm start
Build a production version of the site npm run production
Compile Sass npm run sass:process
Re-generate design tokens for Sass npm run sass:tokens