Skip to content

vitorwlima/habitsz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

habitsz

Github top language Repository size Github issues Github forks Github stars


๐ŸŽฏ About

Track your habits to build an awesome life.

  • To add image here

๐Ÿš€ Technologies

This project was built with T3-stack.

๐Ÿ’ป Running Locally

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>

๐Ÿงฉ Contributing

# 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

Releases

No releases published

Packages

No packages published