Homepage: 黑熊通報系統 - Running Meeting Minute
(成熟後改為專案的 README)
git clone https://github.com/tai271828/disfactory-backend.git
to get the backend source code.git clone https://github.com/tai271828/disfactory-frontend.git
to get the frontend source code.安裝 nvm
https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
使用nvm 安裝node.js
nvm install 15
這個專案目前使用 latest v15
(v14, v16 皆無法)
安裝docker
https://docs.docker.com/get-docker/
參考Disfactory backend readme.md
以下的環境設定都是以 Mac 與 Linux 為主, Windows 的話需要使用 WSL2 + Docker Desktop 才有辦法依照下面的步驟設定。
cp .env.sample .env
cd disfactory-backend/backend
make run-dev
or docker-compose -f docker-compose.dev.yml up -d
docker ps
確認container 是否已經開始運作。PORTS 顯示在browser 應該如何連docker-compose exec web python manage.py createsuperuser
http://localhost:8888/admin
docker-compose logs --tail 100 -f web
參考Disfactory backend readme.md
參考 frontend README.md
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing