⚠⚠⚠⚠⚠ 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
-
Clone this repository in your local environment.
-
Use the comand npm install to install the dependencies
npm install
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