https://marvel-hereos.vercel.app/
- NodeJS
- Yarn
- Marvel Token (private & public key)
Run : yarn install
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"
For start application, run : yarn dev
This command will launch the server at the url http://localhost:3000/
For run test, execute : yarn test