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
- Yarn
- Clone the repository
git clone [email protected]:grupotesseract/grupotesseract.com.br cd grupotesseract.com.br
- Then install dependencies
yarn
- And run the development server
yarn dev
- Open http://localhost:3000 and start working 💻