https://github.com/noquarterteam/element
☀️ Life planner for the balanced human
https://github.com/noquarterteam/element
prisma react remix remix-run tailwind typescript
Last synced: 4 months ago
JSON representation
☀️ Life planner for the balanced human
- Host: GitHub
- URL: https://github.com/noquarterteam/element
- Owner: NoQuarterTeam
- Created: 2022-08-10T12:04:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:03:12.000Z (8 months ago)
- Last Synced: 2024-10-29T21:18:09.850Z (8 months ago)
- Topics: prisma, react, remix, remix-run, tailwind, typescript
- Language: TypeScript
- Homepage: https://myelement.app
- Size: 14 MB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Element
## Typescript + React + Remix + Prisma
Comes with user authentication included
- [React](https://github.com/facebook/react)
- [Prisma](https://www.prisma.io)
- [Remix](https://remix.run)
- TypeScript
- MySql
- Tailwind
- ESLint
- Prettier
- Resend& many more tasty treats
## Get Started
Make sure you have created a .env file in the root with the right values, you can use .env.example as the template
## Development
`pnpm run build`
then
`pnpm run dev`## Production
### Deployment
We are using vercel
### Extra info
- [Remix Docs](https://remix.run/docs)