Skip to content

Commit

Permalink
update resume with Terraform, OpenStack
Browse files Browse the repository at this point in the history
  • Loading branch information
loncarales committed Apr 30, 2019
1 parent e91cf18 commit a436b3b
Showing 5 changed files with 479 additions and 460 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
jsonresume-theme-stackoverflow/
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,3 +13,21 @@ The official resume-cli to run the development server.
```bash
npm install -g resume-cli
```

#### Install and serve theme

Clone the repository

```bash
git clone https://github.com/francescoes/jsonresume-theme-stackoverflow.git jsonresume-theme-stackoverflow
```

Navigate to the folder `/jsonresume-theme-stackoverflow` and simply run:

```bash
npm install
```

```bash
resume serve
```
Loading

0 comments on commit a436b3b

Please sign in to comment.