Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Rohan Verma 183a338610 fix: overflowing contents 7 anos atrás
public feat: new website 7 anos atrás
src fix: overflowing contents 7 anos atrás
.gitignore feat: new website 7 anos atrás
LICENSE Initial commit 8 anos atrás
README.md fix: overflowing contents 7 anos atrás
babel.config.js feat: new website 7 anos atrás
favicon.ico Updated the website, added wordpress api 7 anos atrás
package-lock.json feat: new design, with flexitgrid 7 anos atrás
package.json feat: new design, with flexitgrid 7 anos atrás

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