Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 994 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 994 Bytes

Grupo Tesseract

Repository for Grupo Tesseract website


In this year 2023, we started developing the new version of our website. This version uses React, Next, Tailwind, among other useful development tools. The roadmap can be found on the Github project page.

The website preview can be seen here: https://grupotesseract-com-br.vercel.app


Requirements

  • Yarn

Install

  1. Clone the repository
    git clone git@github.com:grupotesseract/grupotesseract.com.br
    cd grupotesseract.com.br
  2. Then install dependencies
    yarn
  3. And run the development server
    yarn dev
  4. Open http://localhost:3000 and start working 💻