Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 381 Bytes

Tablane.net

This is the repository for the Tablane website built with Nextjs.

How to Run it

First, rename .env.example to .env.local.

git clone <this-repo>
npm install
npm run dev

Check it out on http://localhost:3000/.

Commands

  • npm run dev: Main dev server. Runs everything you need.
  • npm run build: Build for production