- source codes of project Mategra
- made by SvelteKit
npm i # install packages or
npm run reinstall # include also remove node_modules
npm run pkg:info # info about packages
npm run pkg:up # update packages
npm run dev
localhost:3000
Note: In case of error:
node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
run
nvm install --lts
npm run build
npm run preview
npm run build:gh
npm run deploy:gh