Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jroliveira/jroliveira.github.io

My personal website.
https://github.com/jroliveira/jroliveira.github.io

blog hacktoberfest hexo skeleton

Last synced: about 2 months ago
JSON representation

My personal website.

Awesome Lists containing this project

README

        

![Personal website - Logo][logo]

# Personal website

## Developing

### Built With

- [Node.js](https://nodejs.org/en/)

### Pre requisites

Download and install:

- [Node.js](https://nodejs.org/en/download/)

### Setting up Dev

``` bash
# Clone this repository
$ git clone https://github.com/jroliveira/jroliveira.github.io.git

# Go into the repository
$ cd jroliveira.github.io

# Download node packages
$ npm install
```

### How to use it

``` bash
$ npm start
```

### Deploy

``` bash
$ npm run deploy
```

## Licensing

The code is available under the [MIT license](LICENSE.txt).

[logo]: themes/custom/source/assets/images/favicon.png "Personal website - Logo"