File size: 1,384 Bytes
32addc2
 
 
 
 
 
 
 
 
000c282
255baa6
 
 
000c282
255baa6
000c282
255baa6
000c282
255baa6
000c282
255baa6
 
 
 
 
 
 
 
 
000c282
255baa6
 
000c282
255baa6
 
 
 
 
 
 
 
32addc2
 
 
 
 
 
 
 
 
 
 
 
 
000c282
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: AI Deadlines
emoji: 
colorFrom: gray
colorTo: blue
sdk: docker
pinned: false
---

# AI Conference Deadlines

## Project info

This project is entirely based on the awesome http://aideadlines.org/. It's an up-to-date version along with a new UI.

It was bootstrapped using [Lovable](https://lovable.dev/) and [Cursor](https://www.cursor.com/).

**URL**: https://huggingface.co/spaces/huggingface/ai-deadlines

## How to run locally

If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.

The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)

Follow these steps:

```sh
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/NielsRogge/ai-deadlines-hub

# Step 2: Navigate to the project directory.
cd ai-deadlines-hub

# Step 3: Install the necessary dependencies.
npm i

# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
```

## Deploy with Docker

First build the Docker image as follows:

```bash
docker build -t ai-deadlines .
```

Next it can be run as follows:

```bash
docker run -it -p 7860:7860 ai-deadlines
```

## Technologies used

This project is built with:

- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS