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.
- Host: GitHub
- URL: https://github.com/lenivene/moveit
- Owner: lenivene
- License: mit
- Created: 2021-02-24T19:42:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T15:09:50.000Z (over 5 years ago)
- Last Synced: 2025-06-18T13:09:08.041Z (12 months ago)
- Topics: moveit, moveit-nextjs, nextjs, nlw, nlw-4, react, rocketseat, styled-components
- Language: TypeScript
- Homepage: https://moveitnlw.vercel.app
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📔 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.