Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adistrim/sabrang24

Official code base of the annual fest sabrang 2024 🎃
https://github.com/adistrim/sabrang24

framer-motion javascript nextjs tailwind

Last synced: 7 days ago
JSON representation

Official code base of the annual fest sabrang 2024 🎃

Awesome Lists containing this project

README

        

# Sabrang 2024

`Rejoice.` `Rejuvenate.` `Rave.`

## Docker

Build the Docker image
```bash
docker build -t sabrang-website .
```
Run the Docker container
```bash
docker run -p 3000:3000 --env-file .env.local sabrang-website
```

### Example `.env.local`

```bash
MONGODB_URI=--mongodb-uri--
NEXTAUTH_SECRET=--created-password--
```

## LICENSE
[MIT License](LICENSE)