Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Rohan Verma 183a338610 fix: overflowing contents 7 lat temu
public feat: new website 7 lat temu
src fix: overflowing contents 7 lat temu
.gitignore feat: new website 7 lat temu
LICENSE Initial commit 8 lat temu
README.md fix: overflowing contents 7 lat temu
babel.config.js feat: new website 7 lat temu
favicon.ico Updated the website, added wordpress api 7 lat temu
package-lock.json feat: new design, with flexitgrid 7 lat temu
package.json feat: new design, with flexitgrid 7 lat temu

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