Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 545 Bytes

Trunslutur

Simple single page web app to make vowels transformation in a text.

Based on a Twitter idea by @Enexam_47. Note: the thread is in french.

Bootstrapped with Create React App.

Install and run

# Clone repository
git clone https://github.com/g-ongenae/trunslutur.git
cd ./trunslutur

# Install dependencies
npm install

# Start the app
npm start
# open http://localhost:3000