What this project does:
- Use Sanity.io for a database to hold all of your wonderful artwork!
- Allows you to show your amazing artwork off.
- Manage buttons, add new buttons.
- Have a custom experiance.
and much more!
This repo should be setup first! Please do this (CrypticzXI-Portfolio-Frontend) after.
- install the packages:
npm i
-
create your project on Sanity.
-
copy your ProjectID. Your going to need this.
-
Setup Sanity with my schems, open sanity.json:
Replace "project" => "name" with your project name.
Replace "api" => "projectId" with the project id you copied earlier.
- Start the sanity dashboard:
sanity start
-
Your done with this repo, Visit localhost:3333
-
Setup the Next.js Frontend. => (CrypticzXI-Portfolio-Frontend)