A fun rhyming website where you input a rhyming poem (or any text) and get a new similar poem!
To run Rhyme Time project development branch locally, follow the instructions below.
- Install Node.js - https://nodejs.org/en/download/
- Ensure npm was installed correctly by running 'npm' in terminal/command prompt
Note: If npm cannot be found, locate where the npm binary/script was installed. Prepend the path located to the following npm commands.
- Clone or download the Rhyme Time repository - https://github.com/NoahFrank/text-code-and-poems
- Run 'npm install' from the command line
- Run 'npm run build' to transpile our ES6 code with Babel
- Run 'npm run serve' to start the project
- Open your browser of choice and go to 'localhost:3001' to view the website