Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

hisamafahri/hop-svelte

Repository files navigation

codefly: Share your codes, easily

Think of it as imgur for your codes. You can upload it, and share it with anyone.

Developing

Install dependencies with yarn install, start a development server:

yarn dev

Building

To create a production version of your codefly:

yarn build

You can preview the production build with yarn preview.

To deploy your app, you may need to install an adapter for your target environment.