a typeform clone
- clone the repository on your local machine with the command below in your terminal, and cd into the forming-typeform folder
git clone https://github.com/hsnice16/forming-typeform.git
cd forming-typeform
- install dependencies (if you are using yarn then do with that)
npm install
- run the development server
npm run dev