Track your habits to build an awesome life.
- To add image here
This project was built with T3-stack.
Before starting ๐, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/vitorwlima/habitsz
# Access
$ cd habitsz
# Install dependencies
$ npm install
# Setup environment variables
$ cp .env.example .env
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:3000>
# Fork the project by clicking on the Fork button on the top of this page
# Get the project running as described in the Running Locally section
# Create a feature branch based on the issue id
$ git checkout -b feature/issue-id
# Commit your changes following https://www.conventionalcommits.org/en/v1.0.0/
$ git commit -m "feat: add a new feature"
# Push your branch
$ git push origin feature/issue-id
# Open a pull request to "main" with a description of your work