mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
870 B
870 B
webtools-ng
Requerement:
- Install Visual Studio Code ( https://code.visualstudio.com/download )
- Install Volta ( https://volta.sh)
- If Windows, then enable Developer mode first( https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development#accessing-settings-for-developers )
- Install latest version of node.js
- Make sure to create the .env.local ( See /docs/devs/Dev Secrets.md )
General recommendation:
- Enable SSH Keys for Github ( https://docs.github.com/en/authentication/connecting-to-github-with-ssh )
If Windows Recommended:
- Install Git Bash ( https://gitforwindows.org/ )
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint