1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
This commit is contained in:
imfunny 2019-05-26 18:43:15 +05:30 committed by GitHub
parent 17cd85327b
commit 4e7446c52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ gitfolio build <username>
```
`<username>` is your username on github. This will build your website using your GitHub username and put it in the `/dist` folder.
To run your website use `run` command (please refrain from using this for now)
To run your website use `run` command
```sh
gitfolio run

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "gitfolio",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "gitfolio",
"version": "0.1.3",
"version": "0.1.4",
"description": "a portfolio website for everyone to showcase your work",
"main": "build.js",
"bin": "bin/gitfolio.js",