An open API service indexing awesome lists of open source software.

https://github.com/lenivene/moveit

💪 Be more productive and take care of your health.
https://github.com/lenivene/moveit

moveit moveit-nextjs nextjs nlw nlw-4 react rocketseat styled-components

Last synced: 2 months ago
JSON representation

💪 Be more productive and take care of your health.

Awesome Lists containing this project

README

          


Logo



Move.it


💪 Be more productive and take care of your health.



license - MIT

# 📔 Index

- [📔 Index](#-index)
- [📖 About](#-about)
- [🚀 Technologies](#-technologies)
- [📚 How to Use?](#-how-to-use)
- [1 - Clone repository](#1---clone-repository)
- [2 - Installing the packages](#2---installing-the-packages)
- [3 - Starting server](#3---starting-server)
- [Acknowledgment](#acknowledgment)
- [📝 License](#-license)

# 📖 About

The _Move.it_ This a application for what be more productive and take care of your health.

# 🚀 Technologies

I developed using the following technologies

- [TypeScript](https://www.typescriptlang.org/)
- [Node.js](https://nodejs.org/en/)
- [Next.js](https://nextjs.org/)
- [VSCode](https://code.visualstudio.com/)
- [Styled Components](https://styled-components.com/)

# 📚 How to Use?

- To use, you need some things
- Terminal
- Have the [Node.js](https://nodejs.org/en/download/) in a stable version
- You need a package manager. I recommend [Yarn](https://classic.yarnpkg.com/pt-BR/docs/install/), but you can use [NPM](https://www.npmjs.com/).

## 1 - Clone repository

Use this command

```sh
git clone git@github.com:lenivene/moveit.git
```

## 2 - Installing the packages

Open your terminal in folder: `moveit`, and use the line command:

```sh
yarn install #or
npm install
```

## 3 - Starting server

```sh
yarn dev
# or
yarn build #and
yarn start
```

# Acknowledgment

> Thanks [Diego](https://github.com/diego3g), for this event/lessons, #missionComplete and #challengeAccepted

# 📝 License

This project is under the MIT license.