ticket.io

The project can be seen here

Getting Started

First, run the development server:

yarn dev

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

Testing

The project uses jest for unit tests. The scripts in the package.json are

yarn test

# or

yarn test:watch # watch mode

i18n

The project uses next-internationalisation and the native js API Intl for i18n purposes.