Utilities for Windows NT Besides my research work I am responsible for a couple of computers at the physics department of the University of Mainz which are running under Windows NT. Therefore I started developing some utilities which I think are mis
在Android和iOS上启动项目
yarn android && yarn start // for android
yarn ios && yarn start // for ios
在不同环境下运行此应用程序的步骤
1. Make a copy of the .env.example file in the root directory.
2. Change the file name `.env.example` with enviroment specific. For example
Docker引导程序
要求
码头工人和码头工人组成
GNU make
预备
cp tars/settings/local.py.example tars/settings/local.py
只需输入
make docker_bootstrap
然后,请访问以访问Tars
前端
建立前端
make frontend
使用Docker构建前端,请确保容器退出代码为0
make frontend_docker
如果无法安装Bower组件,请尝试使用分支demo/static_embedde
这是一个用引导的项目。
入门
首先,将.env.local.example重命名为.env.local
然后,运行开发服务器:
npm run dev
# or
yarn dev
用浏览器打开以查看结果。
页面清单
page
index - homepage contains movies components
组件清单
components
Header - for global header
Monitor - for monitor module
U