Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

MattZ6/rocket-cycles

Repository files navigation

⏳ Rocket Cycles

Timer application for Ignite Bootcamp.

build-image license-image deploy-image

πŸ’‘ You will need

  • First, a cup of coffee; β˜•
  • Node JS installed on your host;
    • Prefer the LTS version.

πŸŽ‰ Starting

Clone

In order to clone the project (via HTTPS), run this command:

git clone https://github.com/MattZ6/rocket-cycles.git

πŸ’‘ SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command: git clone git@github.com:MattZ6/rocket-cycles.git

Go to project folder:

cd rocket-cycles

Dependencies

Install the project dependencies:

pnpm i

You can also run yarn or npm i instead.

Environment variables

Copy .env.example to .env.local:

cp .env.example .env.local

Develop

Start local development server:

pnpm dev

You can also run yarn dev or npm run dev instead.

🀝 Contributing

Contributions, issues and new features are always welcome! You can explore them here.

Feel free to submit a new issue with a respective title and description on the the Rocket Cycles repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

πŸ“œ License

Released in 2022 Β© This project is under MIT License.

πŸ‘¨β€πŸŽ€ Author

Made with ❀ by Matheus Felipe Zanin.
Get it touch!


Ignite Bootcamp πŸ”₯