Skip to content

stuart-williams/dice

Repository files navigation

Getting Started

Set up environment variables:

cp .env.example .env.local

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Run the tests:

npm test