The project was built using React.js and Next.js with NPM as our package manager.
As for the UI, we've used Shadcn-ui along with TailwindCSS.
To handle the content of the articles we used Sanity where we added everything and shared with the Frontend application for the content to be displayed.
These are the steps to execute our project:
- To run in Development mode we use the command:
npm run dev
And in our project there is a folder named sanity-blog which was the name we gave to it and in this folder we can cd into it and execute the command:
npm run dev
And by doing so we will execute Sanity's servers where we can access:
- Structure - This is where the content is added and edited
- Vision - This is where we can access the content raw files and make queries to fetch the data content and shove it to our frontend to grab and show it.
- Schedules - This is where we can add content and schedule an incoming date for ir to do something.
© Done with a lot of ❤ by Hugo Ramon Pereira -> Portfolio -> LinkedIn 🇧🇷 .