https://github.com/natlee/elysion-calendar
快速查詢艾利森日K用的小小日曆 🥰
https://github.com/natlee/elysion-calendar
calander
Last synced: about 1 year ago
JSON representation
快速查詢艾利森日K用的小小日曆 🥰
- Host: GitHub
- URL: https://github.com/natlee/elysion-calendar
- Owner: NatLee
- License: mit
- Created: 2024-11-19T08:09:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:01:35.000Z (over 1 year ago)
- Last Synced: 2025-03-29T04:31:46.027Z (about 1 year ago)
- Topics: calander
- Language: TypeScript
- Homepage:
- Size: 2.98 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elysion Calendar

快速查詢艾利森日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
## License
[MIT](./LICENSE)