This repository is for the CrewTies webpage, designed to advertise the company, as well as provide a SaaS tool to create webbing designs within the browser, CrewTies Design©.
To run the entire test suite, use,
npm run lint
To create a production build,
npm run build
npm run start
To run the developmenet server,
npm run dev
This creates a server on http://localhost:3000, browse there to see the page.
The project uses the Conventional Commit framework for commit messages. This is to ensure consistency and strive for more organized commits. For example :
feat(homepage): Started css styling process on homepage.
fix(design): Fixed issue of being unable to save artwork in design tool.