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

https://github.com/natlee/elysion-calendar

快速查詢艾利森日K用的小小日曆 🥰
https://github.com/natlee/elysion-calendar

calander

Last synced: about 1 year ago
JSON representation

快速查詢艾利森日K用的小小日曆 🥰

Awesome Lists containing this project

README

          

# Elysion Calendar

![demo](./doc/demo.gif)

快速查詢艾利森日K用的小小日曆 🥰

## Usage

1. Clone this repository

2. Use docker compose to build and run the project

```bash
docker compose up --build
```

3. Open your browser and go to `http://localhost:3000`

## Frontend Debug

1. Go to `frontend` directory

```bash
cd frontend
```

2. Install dependencies

```bash
yarn install
```

3. Start the frontend server

```bash
yarn start
```

4. Back to the root directory and start the backend server

```bash
cd ..
docker compose up -f docker-compose.dev.yml --build
```

5. Open your browser and go to `http://localhost:3001`

> Notice: Port 3000 is your default frontend server, but you need to through the backend NGINX server to access the frontend.

## Contributors



Nat Lee
Nat Lee


## License

[MIT](./LICENSE)