romuloctba / ea-coding-challenge

Name: Rômulo Zoch / Date: 2022-11-27

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Games Results

Below there are detailed instructions on how to run the project.

Please run all commands from inside the project folder - the same folder as the package.json file

Running with Docker

  1. Build the Docker Image:
docker build -t games-results .
  1. Run the image in a container
docker run -p 3000:3000 games-results
  1. go to the dashboard

Running it directly

  1. Install NodeJS version 18
  2. Install Yarn by running: npm i -g yarn
  3. in the app directory (same as package.json file), install the dependencies:
yarn
  1. After dependencies are installed, dev server is ready to run:
yarn dev
  1. In order to run the production build, first build it
yarn build
  1. Then run it
yarn start

Note

This is a Next.js project bootstrapped with create-next-app.

About

Name: Rômulo Zoch / Date: 2022-11-27


Languages

Language:TypeScript 82.5%Language:CSS 10.4%Language:JavaScript 4.3%Language:Dockerfile 2.8%