You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rohan Verma 183a338610 fix: overflowing contents пре 7 година
public feat: new website пре 7 година
src fix: overflowing contents пре 7 година
.gitignore feat: new website пре 7 година
LICENSE Initial commit пре 8 година
README.md fix: overflowing contents пре 7 година
babel.config.js feat: new website пре 7 година
favicon.ico Updated the website, added wordpress api пре 7 година
package-lock.json feat: new design, with flexitgrid пре 7 година
package.json feat: new design, with flexitgrid пре 7 година

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