Toggle navigation
Toggle navigation
This project
Loading...
Sign in
201side
/
floater
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
robin*
2020-12-10 12:32:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
223dc1dcae8d2051c30e8f6249ae6d99a31aa315
223dc1dc
1 parent
db686490
Builds for 1 pipeline
failed
in 0 seconds
readme 업데이트
Changes
1
Builds
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
readme.md
readme.md
View file @
223dc1d
# Floater
스레드플로트 기반 익명 커뮤니티입니다.
## 빌드
yarn으로 빌드하는 것을 권장합니다.
```
$ yarn install```
## 특징
socket.io 기반으로 제작되어 페이지 새로고침 없이 실시간으로 서브스레드가 갱신됩니다.
## 실행
```
$ yarn start
```
MongoDB를 같이 실행해야 하기 때문에 Docker-compose를 이용하여 실행하는 것을 권장합니다. 리포지토리의
`docker-compose.yml`
파일에 포함되어 있습니다.
```
$ docker-compose up -d```
## 빌드
또는
```
$ docker build .
```
```
$ npm start
```
특별히 커스터마이징할 필요가 없다면 직접 빌드하기보다는 공식 이미지(registry.gitlab.com/robin-maki/floater)를 사용하는 것을 권장합니다.
## 라이센스
...
...
Please
register
or
login
to post a comment