This is the repository for the Tablane website built with Nextjs.
First, rename .env.example to .env.local.
git clone <this-repo>
npm install
npm run dev
Check it out on http://localhost:3000/.
npm run dev: Main dev server. Runs everything you need.npm run build: Build for production