Companion of @flyyer/cli
Photo by Calbert Warner from Pexels
There is no need to run this on your machine, just go to the deployed site on GitHub to develop and preview your flyyer templates.
yarn add --dev @flyyer/cli
yarn run flyyer start
# Opens https://useflyyer.github.io/studioAfter testing in a couple of browsers we recommend running this on Firefox. The only way of running this on Safari is by cloning this repository and running it locally.
In the case you want to run this locally:
Clone the repository and install all the dependencies:
git clone https://github.com/useflyyer/studio.git
cd studio
yarn installRun at http://localhost:3000:
yarn build
yarn startRun on development mode at http://localhost:3000:
yarn devDocumentation for the developers at Flyyer
Make sure you are part of the flyyer organization, then run:
NODE_ENV=production yarn run build && yarn run export && yarn run deploy