Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎃
- Host: GitHub
- URL: https://github.com/adistrim/sabrang24
- Owner: adistrim
- License: mit
- Created: 2024-08-15T12:46:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T05:48:13.000Z (2 months ago)
- Last Synced: 2024-09-17T08:26:36.848Z (2 months ago)
- Topics: framer-motion, javascript, nextjs, tailwind
- Language: JavaScript
- Homepage: https://sabrang.jklu.edu.in
- Size: 46.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)