An open API service indexing awesome lists of open source software.

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

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)