A project that will allow me to keep records of my clay creations. Including type of creation, percent shrinkage the status of firing. A platform for friends and whānau to be able to see a catalog of all the creations I've made and the process they went through.
Using fullstack technologies I have learned and mentor others in, as well as being a project to try out new tech in more complex scenarios.
🚀 New Deployment Link coming soon!
Run the following commands in your terminal
npm install
npm run db
cp .env.example .env
npm run dev
The site should then be available on http://localhost:3000
Feel free to contribute! I have many issues in my project kanban on GitHub.
I would appreciate any kind advice/help on code quality, testing and ways I could refactor my code. Always down to learn more!
- Follow the installation commands
- Add your contributions under a new branch with the prefix
support-
- Make a PR back to
dev
! - Include any additional info
I'll review when I have time, always appreciate the support!
- GitHub Wiki 📋
- Figma Design 🎨
- ERD
- All other info is in the Wiki!
Run tests with:
npm run test
MIT License