A mealkit and ready-made-meal hybrid delivery service create with react and bootstrap as a school project.
- Clone or download the repository
- Make sure you have node.js installed (I am using the latest version)
- While I recommend installing
pnpm
,yarn
or the defaultnpm
will do - Open the downloaded project, make sure you are in the root directory, and then run
pnpm install
(Or otherwise foryarn
,npm
, etc.)
- This should install all of the dependencies stored in the package.json file
- I was unable to get a proper database fully working. The prisma schema can be found in
prisma/schema.prisma
- In a terminal in the root of the project, run
pnpm run dev
.
- This will open the website in a local dev session, and it will tell you what the address it's running on.
- Test to your heart's content!