Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

trueberryless and committed by
GitHub
5780c40e f2742195

+18 -28
+18 -28
README.md
··· 1 - This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). 2 - 3 - ## Getting Started 1 + ## True Tracker 4 2 5 - First, run the development server: 3 + The website [true-tracker](https://true-tracker.trueberryless.org) allows you to track your time spent on different projects. To further organize your projects there are also this thing called "tasks" which are basically subfolders of projects with extra features. 6 4 7 - ```bash 8 - npm run dev 9 - # or 10 - yarn dev 11 - # or 12 - pnpm dev 13 - # or 14 - bun dev 15 - ``` 16 - 17 - Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. 18 - 19 - You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. 20 - 21 - This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. 22 - 23 - ## Learn More 5 + ## Features 24 6 25 - To learn more about Next.js, take a look at the following resources: 7 + The key features of this software are listed below: 26 8 27 - - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. 28 - - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. 9 + - **Privacy**: 10 + All data is only stored locally, which means that nothing is shared via the internet which makes using the app 100% safe (as long as your own computer isn't hacked of course). 29 11 30 - You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! 12 + - **OSS**: 13 + The whole source code is completely open source which means that everybody can look into and improve the code we are developing. Furthermore, the GNU GENERAL PUBLIC LICENSE V3 ensures that every fork of this code must also be open source forever. Nice! 31 14 32 - ## Deploy on Vercel 15 + - **Clean design**: 16 + Thanks to the wonderful [shadcn/ui](https://ui.shadcn.com/) the website looks clean and minimalistic with consistent design through and through. 33 17 34 - The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. 18 + ## Star History 35 19 36 - Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. 20 + <a href="https://star-history.com/#trueberryless-org/true-tracker&Date"> 21 + <picture> 22 + <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=trueberryless-org/true-tracker&type=Date&theme=dark" /> 23 + <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=trueberryless-org/true-tracker&type=Date" /> 24 + <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=trueberryless-org/true-tracker&type=Date" /> 25 + </picture> 26 + </a>