Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 09cf61e

Browse files
committedOct 21, 2016
Update README
1 parent d563526 commit 09cf61e

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed
 

‎README.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# js-ipsum
2-
Random text generator
1+
# JS Ipsum - put some JavaScript into your mockups
2+
3+
JS Ipsum is a random text generator. It takes real JavaScript buzzwords definitions from [JS Jargon](https://github.com/HugoGiraudel/SJSJ) and mixes them in unexpected ways that will make you laugh and cry inside (at the same time). You can use this text as a placeholder instead of a regular Lorem Ipsum text.
4+
5+
# JS Ipsum official page
6+
7+
Play with JavaScript buzzwords on [official JS Ipsum page](http://jsipsum.lunarlogic.io/).
8+
9+
# Installation
10+
11+
To run JS Ipsum locally you need to have Ruby 2.3.1 with Bundler installed.
12+
13+
``sh
14+
bundle install
15+
unicorn
16+
``
17+
18+
After running this in the project repository you should be able to see the JS Ipsum page at http://localhost:8080/.
19+
20+
# License
21+
22+
JS Ipsum is licensed under [The MIT License (MIT)](http://choosealicense.com/licenses/mit/).
23+
24+
Go to [Lunar Logic website](http://www.lunarlogic.io/) to learn more [about us](http://www.lunarlogic.io/company) and [our work](http://www.lunarlogic.io/portfolio).

0 commit comments

Comments
 (0)
This repository has been archived.