Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Rohan Verma 183a338610 fix: overflowing contents před 7 roky
public feat: new website před 7 roky
src fix: overflowing contents před 7 roky
.gitignore feat: new website před 7 roky
LICENSE Initial commit před 8 roky
README.md fix: overflowing contents před 7 roky
babel.config.js feat: new website před 7 roky
favicon.ico Updated the website, added wordpress api před 7 roky
package-lock.json feat: new design, with flexitgrid před 7 roky
package.json feat: new design, with flexitgrid před 7 roky

README.md

rohanverma.net

My little personal homepage.

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

Deploying

sshfs -p <port> user@host:/www/rohanverma.net host_server
cp -r dist/* host_server
fusermount -u host_server