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
- Host: GitHub
- URL: https://github.com/anima-engine/anima-engine.org
- Owner: anima-engine
- License: mpl-2.0
- Created: 2015-07-06T12:44:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T22:49:31.000Z (about 10 years ago)
- Last Synced: 2025-07-28T12:46:35.974Z (11 months ago)
- Language: HTML
- Homepage: http://www.anima-engine.org
- Size: 408 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.