Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Rohan Verma 183a338610 fix: overflowing contents 7 år sedan
public feat: new website 7 år sedan
src fix: overflowing contents 7 år sedan
.gitignore feat: new website 7 år sedan
LICENSE Initial commit 8 år sedan
README.md fix: overflowing contents 7 år sedan
babel.config.js feat: new website 7 år sedan
favicon.ico Updated the website, added wordpress api 7 år sedan
package-lock.json feat: new design, with flexitgrid 7 år sedan
package.json feat: new design, with flexitgrid 7 år sedan

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