lifetracker/apps/web
2024-12-03 11:21:13 -08:00
..
app Turns out I needed to change the ThemeProvider code, delete React Developer Tools, and Privacy Extension. Now hydration and weird installHook.js.map errors are gone 2024-12-03 11:21:13 -08:00
components Turns out I needed to change the ThemeProvider code, delete React Developer Tools, and Privacy Extension. Now hydration and weird installHook.js.map errors are gone 2024-12-03 11:21:13 -08:00
lib Maybe timezones work fully in CLI now? 2024-11-28 23:42:37 -05:00
public Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
server Admin interface MVP 2024-11-14 21:09:59 -08:00
auth_failures.log Small changes to label form 2024-11-18 10:04:25 -08:00
components.json Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
lifetracker.db Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
next-env.d.ts Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
next.config.mjs Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
package.json Checkpoint: Can actually log time (track life, if you will) using CLI and Web. 2024-11-30 23:36:01 -05:00
postcss.config.cjs Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
README.md Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
tailwind.config.ts Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00
tsconfig.json Added auth, refactored schema, almost have TRPC MVP working 2024-11-13 16:23:53 -08:00
vitest.config.ts Big edit: Got auth working and can sign into a dashboard. Lot of crust to delete though. 2024-11-14 17:32:02 -08:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.