Вы не можете выбрать более 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