An open API service indexing awesome lists of open source software.

https://github.com/donaldkellett/linux-intro-mad-libs

Mad Libs respin of "What is Linux and Why There are 100's of Linux Distributions?" by It's FOSS
https://github.com/donaldkellett/linux-intro-mad-libs

fastify nodejs

Last synced: about 2 months ago
JSON representation

Mad Libs respin of "What is Linux and Why There are 100's of Linux Distributions?" by It's FOSS

Awesome Lists containing this project

README

          

# linux-intro-mad-libs

Mad Libs respin of "What is Linux and Why There are 100's of Linux Distributions?" by It's FOSS

## Getting Started

Once you have `node` and `npm` installed, just follow the steps below to play the game:

1. Clone this repo:
```bash
$ git clone https://github.com/DonaldKellett/linux-intro-mad-libs.git
```
1. Change directory to the root of this repo:
```bash
$ cd linux-intro-mad-libs
```
1. Install the dependencies:
```bash
$ npm install
```
1. Start the server at port 3000 (or a port of your choosing):
```bash
$ PORT=3000 npm start
```
1. Point your browser to `http://localhost:3000` and enjoy!

## License

The overall aesthetic design is taken from [Landed](https://html5up.net/landed) by HTML5 UP under [CC BY 3.0](https://html5up.net/license).

The Mad Libs text is adapted from [What is Linux and Why There are 100's of Linux Distributions?](https://itsfoss.com/what-is-linux/) by It's FOSS under [CC BY-SA 4.0](https://itsfoss.com/copyright/).

Everything else is under the [GPLv3](./LICENSE), or any later version at your discretion.