coqui-ai / coqui-ai.github.io

🐸 Coqui's WebSite
Apache License 2.0
2 stars 2 forks source link

Coqui Website

:frog: Using the design system by Zendesk

This repo contains the Gatsby-powered site for coqui.ai.

Development

$ git clone git@github.com: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.