Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 408 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 408 Bytes

tinking-code-starter

A Node.js starter to directly run the generated code by Tinking

Usage

  1. Clone the repository
git clone https://github.com/baptisteArno/tinking-code-starter.git
cd tinking-code-starter
  1. Install dependencies
npm i
  1. Paste the code from Tinking in ./index.js
  2. Run the script
npm start