Skip to content

Commit 0ba25bb

Browse files
committed
update README.md
1 parent c84bda8 commit 0ba25bb

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

README.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
1-
# Kasgai
1+
<h1 align="center">Kasgai</h1>
2+
<p align="center">
3+
<img width="200" alt="Kasgai Logo" src="kasgai.jpg">
4+
</p>
5+
6+
## About
7+
8+
Kasgai is the educational application for biginner of programming.
9+
10+
## Getting Started
11+
12+
### Project Download
13+
14+
```zsh
15+
git clone https://github.com/Kasgai/kasgai.git
16+
cd kasgai
17+
git submodule update --init --recursive
18+
```
19+
20+
### Firebase CLI Install
21+
22+
[Firebase CLI reference](https://firebase.google.com/docs/cli/)
23+
24+
```zsh
25+
curl -sL https://firebase.tools | bash
26+
```
27+
28+
### Start Kasgai
29+
30+
```
31+
cd hosting
32+
firebase serve
33+
```
34+
35+
Now you can develop Kasgai!
36+
37+
## Application Composition
38+
39+
Kasgai is composed of the following four applications.
40+
41+
- [yattoko](https://github.com/Kasgai/yattoko)
42+
- [kegaki](https://github.com/Kasgai/kegaki)
43+
- [kanna](https://github.com/Kasgai/kanna)
44+
- [shikkui](https://github.com/Kasgai/shikkui)
245

346
## Index
47+
448
- [Kasgai Survey](survey.md) The survey system with CSV import.

kasgai.jpg

71.1 KB
Loading

0 commit comments

Comments
 (0)