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
- Host: GitHub
- URL: https://github.com/donaldkellett/linux-intro-mad-libs
- Owner: DonaldKellett
- License: gpl-3.0
- Created: 2020-11-08T05:44:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T02:40:43.000Z (over 5 years ago)
- Last Synced: 2025-01-10T07:51:28.002Z (over 1 year ago)
- Topics: fastify, nodejs
- Language: CSS
- Homepage:
- Size: 7.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.