交大创客空间门禁管理系统
取代码
git clone https://github.com/swjtu-maker/stooop
进入目录 Change into the project directory:
cd stooop
安装依赖
npm install
npm start
配置文件在: .env file - see .env.example.
If you are working on the server part of the app, then you should run the tests to verify that you haven't broken anything:
npm test
You can generate JSDoc documentation automatically by running
npm run jsdoc