https://github.com/joaopalmeiro/kakuna-ipsum-generator
A 'hard' coded Lorem Ipsum Generator that generates paragraphs with the famous 'KAKUNA used HARDEN!'
https://github.com/joaopalmeiro/kakuna-ipsum-generator
Last synced: about 1 month ago
JSON representation
A 'hard' coded Lorem Ipsum Generator that generates paragraphs with the famous 'KAKUNA used HARDEN!'
- Host: GitHub
- URL: https://github.com/joaopalmeiro/kakuna-ipsum-generator
- Owner: joaopalmeiro
- License: mit
- Created: 2018-08-26T16:17:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:25:05.000Z (over 2 years ago)
- Last Synced: 2025-01-31T07:12:26.588Z (3 months ago)
- Language: CSS
- Homepage: https://kakuna-ipsum.herokuapp.com/
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kakuna Ipsum Generator
A **'hard' coded Lorem Ipsum Generator** that generates paragraphs with the famous _KAKUNA used HARDEN!_.
## Getting Started
1. Clone the repo:
- `git clone https://github.com/joaopalmeiro/Kakuna-Ipsum-Generator.git YOUR_FOLDER_NAME`
2. Change directory:
- `cd YOUR_FOLDER_NAME`
3. Install NPM dependencies:
- `npm install`
4. Run one of the task runners (if necessary, install [gulp](https://gulpjs.com/) first):
- `gulp` manually compiles files.
- `gulp watch` automatically compiles files and applies changes using [BrowserSync](https://browsersync.io/) when you make changes to the source files.## Credits
- [Robert Cooper](https://github.com/robertcoopercode):
This project was created from the article written by [Robert Cooper](https://github.com/robertcoopercode) in [Hacker Noon](https://hackernoon.com/) called ["Creating a Lorem Ipsum Generator with Node and Express"](https://hackernoon.com/creating-a-lorem-ipsum-generator-with-node-and-express-9e1af0b31c86). Thank you for the simple and effective tutorial!## License
[MIT](https://github.com/joaopalmeiro/Kakuna-Ipsum-Generator/blob/master/LICENSE) © João Palmeiro