This project is the final thesis for the conclusion of our team's technical course in systems development. The project consists of a website based on the "Limits" gym, which we frequent.
Vinícius M. Silva
Miguel F. de Oliveira Leite
Pedro H. Milani Vágula
Ruan (Ark Ruan)
Leonardo Bertelli
Front End | Back End |
Clone this repository:
git clone https://github.com/ViniUme/LimitsGym.git
Have Node.js installed in your computer. With terminal opened in project folder, install the dependencies :
npm install
or
yarn
Then type this command in to run local server:
npm run dev
or
yarn dev