mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:16:15 +00:00
473 B
473 B
Upgrading for Git source code
1. switch to the NocoBase project directory
cd my-nocobase-app
2. Pull the latest code
git pull
3. Update dependencies
yarn install
4. Execute the update command
yarn nocobase upgrade
5. Start NocoBase
development environment
yarn dev
Production environment
# compile
yarn build
# Start
yarn start # Not supported on Windows platforms yet