- Framework: Next.js with TypeScript
- Deployment: Vercel
- Styling: TailwindCSS
Antes de iniciar, você precisa ter instalados o Git e o Node.
# Clone project
$ git clone https://github.com/wilsongoltara/indio-coffee
# Access
$ cd indio-coffee
# Install the dependencies
$ npm install
# or
$ yarn
# Initialize the server
$ npm run dev
# or
$ yarn dev
# The server is running on the port: <http://localhost:3000>
Este projeto está sob licença do MIT. Para mais detalhes, leia o arquivo de licença LICENSE.
Criado e desenvolvido por Wilson Goltara