Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1011 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1011 Bytes

⚠⚠⚠⚠⚠ This repository is deprecated ⚠⚠⚠⚠⚠

We use this repository to mantain the main application for sprint 1 and 2, this was a NEXTjs application but we have some troubles related to the initialProps, the context, and the tailwind integrations that we decided to divide this in two applications that you can find here frontend and backend

Master Challenge

Installation

  • Clone this repository in your local environment.

  • Use the comand npm install to install the dependencies npm install

Getting started

These scripts refer to the different stages of developing an application:

  • dev - Runs next dev which starts Next.js in development mode. npm run dev

  • build - Runs next build which builds the application for production usage. npm run build

  • start - Runs next start which starts a Next.js production server npm run start