Latests version https://radzom.github.io/cv/
- Install Node.js
- It needs node 11 and hence npm 7
git clone git@github.com:radzom/cv.git
cd cv
npm install
npm start
open http://localhost:9001 in your browser
Befehl | Beschreibung |
---|---|
npm install |
Installs server-side dependencies from npm |
npm start |
Compiles your files, starts watching files for changes, serves static files to port 9001 |
npm run build |
Builds everything |
npm run deploy |
Deploy to github pages. |