Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benatespina/benatespina.github.io
My personal website
https://github.com/benatespina/benatespina.github.io
css github-pages javascript nodejs personal-site
Last synced: about 1 month ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/benatespina/benatespina.github.io
- Owner: benatespina
- License: mit
- Created: 2013-10-28T08:57:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T20:33:15.000Z (over 7 years ago)
- Last Synced: 2024-10-12T11:15:54.469Z (2 months ago)
- Topics: css, github-pages, javascript, nodejs, personal-site
- Language: CSS
- Homepage: https://benatespina.com
- Size: 2.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal website
## Prerequisites
If you want to test the project you need the following requirements:1. [Ruby][1]
* [Sass][2]: `gem install sass`
* [Scss-lint][3]: `gem install scss-lint`
2. [Node.js][4]## Getting Started
After installing all the prerequisites, in order to **install all the dependencies** run the following command:
```
$ npm install
```**Generate all the required assets** using [Gulp][5]. You can also **watch** the changes:
```
$ node_modules/.bin/gulp
$ node_modules/.bin/gulp watch
```Finally, you only have to start the Node's server and voilà!
```
$ node server.js
```Now, you can open the following url and that's all!
```
http://localhost:8081/
```## Licensing Options
[![License](https://img.shields.io/badge/license-MIT-408576.svg)](https://github.com/benatespina/benatespina.github.io/blob/master/LICENSE)[1]: https://www.ruby-lang.org/en/downloads/
[2]: http://sass-lang.com/
[3]: https://github.com/brigade/scss-lint
[4]: https://nodejs.org/download/
[5]: http://gulpjs.com/