Skip to content

coqui-ai/coqui-ai.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coqui Website

🐸 Using the design system by Zendesk

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

Development

$ 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.