Steps to setup this project:
- Clone this directory and
modex-store
.
- Run
npm i
on both directories.
- Make a Supabase account, Clerk account, and a Cloudinary account. (if needed for payments also a stripe account)
- Get all the secret keys, names, everything you need to put in the
.env.example
file.
- Fill in the
env.example
file on the admin side and change the file name to .env
.
- Run
npm run dev
on the admin side.
- Create an account and a store, then go to settings.
- Copy the API link of the store and put it in the
env.example
on the store side, and change the file name to .env.example
.
- Run
npm run dev
on the store side as well.
- You're now ready to add data!
That's it!