https://github.com/jane-does-coding/events
https://github.com/jane-does-coding/events
Last synced: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:59:23.000Z (over 1 year ago)
- Last Synced: 2025-01-21T20:48:53.140Z (10 months ago)
- Language: TypeScript
- Homepage: https://events-one-phi.vercel.app
- Size: 5.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Events Website




## Technologies used
[](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
```