Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 611 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 611 Bytes

marvel-application

https://marvel-hereos.vercel.app/

Installation

Prerequisites

  • NodeJS
  • Yarn
  • Marvel Token (private & public key)

Install dependencies

Run : yarn install

Configure env

Make a copy of the .env.dist file to .env : cp .env.dist .env

Fill in the variables "NEXT_PUBLIC_API_PUBLIC_KEY" and "NEXT_PUBLIC_API_PRIVATE_KEY"

Start application

For start application, run : yarn dev This command will launch the server at the url http://localhost:3000/

Run test

For run test, execute : yarn test