/uphold-frontend-challenge

A test assignment for Uphold Frontend position.

Primary LanguageTypeScript

Frontend Challenge for Uphold

Preview

Setup .env

Create a .env.local file in the project root and copy the environment variables from .env.local.example.

Build & running

After cloning this repo, run yarn to install all dependencies. Then use:

yarn dev

Runs the app in development mode, available at localhost:8000.

yarn build

Builds production ready files.

yarn lint

Checks defined linting rules.

yarn lint:fix

Fixes lint errors.