/code-challenge

This ia a code challenge with Nextjs

Primary LanguageJavaScript

Frontend UI Challenge

Installation

Install packages with the following command:

yarn

Rename .env.sample to .env and fill the environments

Build

First, build the project:

yarn build

Then, run the built app

yarn start

Also, you can run the project with the following command without building:

yarn dev