mirror of
https://github.com/gabrielkheisa/meme-generator-nodejs
synced 2024-11-22 11:31:42 +07:00
13 lines
383 B
Markdown
13 lines
383 B
Markdown
|
# 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
|
||
|
```
|