If you are upgrading CodiMD from an older version, follow these steps:
git pull
or unzip a new release.bin/setup
in the CodiMD directory. This will install all dependencies. It is safe to run on an existing installation.npm run build
(use npm run dev
if you are in development).npm start --production
, this way it's easier to see warnings or errors that might occur (leave out --production
for development).CodiMD
Docs