Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jane-does-coding/events
https://github.com/jane-does-coding/events
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/events
- Owner: jane-does-coding
- License: mit
- Created: 2024-06-21T15:11:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:59:23.000Z (6 months ago)
- Last Synced: 2024-06-23T08:38:56.165Z (6 months ago)
- Language: TypeScript
- Homepage: https://events-one-phi.vercel.app
- Size: 5.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Events Website
## Technologies used
[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,prisma,mongodb,nextjs,react,github,git)](https://skillicons.dev)
## Demo
[Events Site - Live Demo](/)
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/cooking-website
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm i
```Add .env
```bash
DATABASE_URL=
NEXTAUTH_SECRET=
```Start the server
```bash
npm run dev
```