# clone the project
git clone https://github.com/hlxxzt/auto-command.git
# enter the project web directorycd auto-command/web
# install dependency and build
yarn && yarn build
# enter the project server directorycd ../server
# install server dependency and run server
yarn && yarn run start