mirror of
https://github.com/gabrielkheisa/meme-generator-nodejs
synced 2024-11-26 05:13:18 +07:00
13 lines
383 B
Markdown
Executable File
13 lines
383 B
Markdown
Executable File
# Meme generator rewritten on Node.js
|
|
|
|
This repository contains a previous LEMP stack meme generator, rewritten on Node.js along with necessary steps to set up and run the app.
|
|
|
|
## Getting Started
|
|
|
|
### 1. Clone the Repository
|
|
Clone this repository to your local machine:
|
|
|
|
```bash
|
|
git clone https://repo.gabrielkheisa.xyz/gabrielkheisa/meme-generator-nodejs.git
|
|
cd repository_name
|
|
``` |