This is an example website of infopalette.com that uses Tailwind CSS (v3.2) with Next.js and Sanity CMS.
It has been deployed using Vercel. Visit the live website here: https://infopalette.vercel.app/
Use git clone <url> to clone it to your local device.
Execute install with npm, or Yarn to bootstrap the project:
npm installyarn installAlso install the sanity package inside infopalette folder to use the Sanity CMS.
Edit using your favorite IDE.
Config your environment varaible for Sanity.
Execute npm run dev to start website server & sanity start to start sanity server. Goto corresponding localhost addresses to see both the frontend and backend.
Deploy it to the cloud with Vercel (Documentation).