Skip to content

SanjayTml/InfoPalette

Repository files navigation

Infopalette | Next JS, Sanity, Tailwind

This is an example website of infopalette.com that uses Tailwind CSS (v3.2) with Next.js and Sanity CMS.

Deployment

It has been deployed using Vercel. Visit the live website here: https://infopalette.vercel.app/

How to edit

Use git clone <url> to clone it to your local device.

Execute install with npm, or Yarn to bootstrap the project:

npm install
yarn install

Also install the sanity package inside infopalette folder to use the Sanity CMS.

Edit using your favorite IDE.

How to run

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.

How to deploy

Deploy it to the cloud with Vercel (Documentation).

About

Infopalette.com in Next JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published