useflyyer / studio

Companion dev server for @flyyer/cli and create-flyyer-app | https://useflyyer.github.io/studio/

Home Page:https://useflyyer.github.io/studio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Companion of @flyyer/cli

screenshot of the UI

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/studio

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


Local server

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 install

Run at http://localhost:3000:

yarn build
yarn start

Development

Run on development mode at http://localhost:3000:

yarn dev

Deploy to GitHub Pages

Documentation 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

About

Companion dev server for @flyyer/cli and create-flyyer-app | https://useflyyer.github.io/studio/

https://useflyyer.github.io/studio/


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%