Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/penguinowl/time-tracker
https://github.com/penguinowl/time-tracker
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/penguinowl/time-tracker
- Owner: PenguinOwl
- License: mit
- Created: 2022-02-08T22:20:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T14:08:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T23:15:24.397Z (about 2 months ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# time-tracker
A very chad program.
Unlike .## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/PenguinOwl/time-tracker
# Go into the repository
cd time-tracker
# Install dependencies
npm install
# Run the app
npm start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## License
[MIT License](LICENSE.md)