https://github.com/raphamorim/origamijs
Origami.js Site
https://github.com/raphamorim/origamijs
Last synced: about 1 year ago
JSON representation
Origami.js Site
- Host: GitHub
- URL: https://github.com/raphamorim/origamijs
- Owner: raphamorim
- License: mit
- Created: 2016-02-10T21:46:59.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-03-05T18:28:32.000Z (over 7 years ago)
- Last Synced: 2025-05-07T15:05:36.725Z (about 1 year ago)
- Language: CSS
- Homepage: http://origamijs.com
- Size: 2.51 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# origami.js
> The website of [Origami.js](https://github.com/raphamorim/origami.js)
## Install
1 - First, make sure you have installed on your computer the [Ruby](http://www.ruby-lang.org/pt/downloads/) to run this project.
2 - After, install [Jekyll](http://jekyllrb.com/) with the following command:
```sh
$ gem install jekyll
```
3 - Clone this project and navigate to the folder:
```sh
$ git clone https://github.com/raphamorim/origamijs.com.git && origamijs.com
```
4 - Finally, start the project:
```sh
$ jekyll serve
```
The server should be initialized at `localhost:4000`
## More info:
- This site is built with Jekyll, as you may have noticed.
- Site content is written in Markdown format. Pull requests welcome!
- For the organization and maintenance of style sheets, we use the concept of [Atomic Design](http://bradfrost.com/blog/post/atomic-web-design/) by Brad Frost.
## License
[MIT License](https://github.com/raphamorim/origamijs.com/blob/develop/licence) © Raphael Amorim
