🐸 Using the design system by Zendesk
This repo contains the Gatsby-powered site for coqui.ai.
$ git clone [email protected]:coqui-ai/coqui-ai.github.io.git
Finally, in a new terminal start the frontend development server and point it to the local backend server:
$ cd coqui-ai.github.io
$ nvm use 14.19
$ yarn install
$ yarn start --https
This will then open the website on https://localhost:8000.