gitwiz
v1.2
先决条件•安装•配置•运行与构建•部署•参考•许可证
在运行Ubuntu的计算机上安装git,node.js和npm:
$ sudo apt-get install git-core
$ sudo apt install nodejs
$ sudo apt install npm使用官方链接在Windows上下载:
运行以下命令以确认安装是否成功:
$ git --version
$ node --version
$ npm --version 克隆回购和CD到目录中:
$ git clone https://github.com/shashwatah/gitwiz.git
$ cd gitwiz 然后将节点模块安装在package.json:
$ npm install制作.ENV文件并设置以下环境变量:
使用以下命令运行应用:
$ npm start使用Nodemon运行以下命令:
$ npm run devNodemon将使用Nodemon.json中指定的配置
打开浏览器并键入本地主机:端口
使用以下命令构建应用程序(将打字稿编译为JavaScript):
$ npm run build捆绑前端:
$ npm run buildFrontGitwiz目前已在渲染上部署。
单击此处访问。
麻省理工学院许可证|版权(C)2024 Kumar Shashwat