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

https://github.com/anima-engine/anima-engine.org

The anima-engine.org Ghost theme
https://github.com/anima-engine/anima-engine.org

Last synced: 4 months ago
JSON representation

The anima-engine.org Ghost theme

Awesome Lists containing this project

README

          

### Dependecies
1. Node.js
2. Bower
3. Nginx

```
# Node.js
sudo apt-get install -y nodejs

# Bower
sudo npm install -g bower

# Nginx
sudo apt-get install -y nginx
```

### Install & deploy
```
./deploy.sh
```

*Note:* Use this [tutorial](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04) to setup letsencrypt.