ionian/README.md

33 lines
298 B
Markdown
Raw Normal View History

2021-02-22 16:41:08 +09:00
# Ionian
2021-02-22 21:47:20 +09:00
Content File Management Program.
For study about nodejs, typescript and react.
### deployment
2023-06-01 14:18:53 +09:00
2023-06-01 11:09:00 +09:00
```bash
pnpm run app:build
2021-02-22 21:47:20 +09:00
```
### test
2023-06-01 14:18:53 +09:00
2023-06-01 11:09:00 +09:00
```bash
$ pnpm run app
2021-02-22 21:47:20 +09:00
```
### server build
2023-06-01 14:18:53 +09:00
2023-06-01 11:09:00 +09:00
```bash
$ pnpm run compile
2021-02-22 21:47:20 +09:00
```
### client build
2023-06-01 14:18:53 +09:00
2023-06-01 11:09:00 +09:00
```bash
$ pnpm run build
2021-02-22 21:47:20 +09:00
```
## License
2023-06-01 14:18:53 +09:00
MIT License