您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
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