https://github.com/timothyye/kbt
KBT 程序员键盘发烧社, an open source forum, forked from elixir-china.
https://github.com/timothyye/kbt
Last synced: 8 months ago
JSON representation
KBT 程序员键盘发烧社, an open source forum, forked from elixir-china.
- Host: GitHub
- URL: https://github.com/timothyye/kbt
- Owner: TimothyYe
- Created: 2016-01-13T02:14:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T08:28:19.000Z (over 10 years ago)
- Last Synced: 2025-05-19T12:49:09.037Z (about 1 year ago)
- Language: Elixir
- Homepage: http://kbt.xiaozhou.net
- Size: 648 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KBT
[](https://travis-ci.org/TimothyYe/kbt)
[程序员键盘发烧社](http://kbt.xiaozhou.net), an open source forum, forked from [elixir-china](https://github.com/jw2013/elixir-china).
How to deploy it:
```
$ mix deps.get
$ mix ecto.create Repo
$ mix ecto.migrate Repo
$ mix phoenix.server
```
Launch web explorer, enter: [http://localhost:4000](http://localhost:4000) to visit it。