Powered by: Astro
Current recommended version of Node.js is 21.4
Install via NVM or manually.
nvm install 21.4
nvm use 21.4npm i -g pnpmInstall dependencies with pnpm, then:
pnpm installpnpm buildAfter that static files will reside in ./dist
docker-compose -f ./docker-compose.build.yaml run --build site-buildAfter that the ready build will be inside ./docker-dist.
Note that docker will make docker-dist owned by root.
pnpm devTo deploy your changes in production you should configure kubectl. After your changes you should run in your repo
./build-deploy.sh buildAnd if you are ready to deploy all your changes run this command
./build-deploy.sh deploy