This website is built on React-Static: "A progressive static site generator for React".
Please see the React-Static documentation for more details about this website structure and build processes.
To run in development, run:
yarn start
To build for production, run:
yarn build
You can test the production build with:
yarn serve
Yarn serve just serves the static build from the /dist
folder. This folder can be deployed to a server to be run as a static build.
The app is running on netlify.com. The website will deploy automatically to syllablehq.com when code is pushed to the master
branch.