Nebula is a merchandise store. Buy the galaxy's best merch from nebula!
- Typescript
- NextJS 14
- Tailwind CSS
- Framer motion
- Recoil
- Lucia Auth v3 for OAuth
- Postgres
- Prisma ORM
- Fork the repo.
- Clone the forked repo.
cd nebula
cp .env.example .env
yarn install
- Fill the .env files with your personal env variables.
yarn dev
The development server is now running! Make your code contributions and open some PRs!!!