Welcome to the Idyll desktop project!
This is meant to be a WYSIWYG-ish editor for idyll documents. This is currently very much a work in progress so keep that in mind as you are getting starterted.
To get an idea of what we are trying to create check out the mocks in the README.
- Clone this repo and install dependencies with yarn or npm.
- Create a new idyll project somewhere on your file system using
idyll create
.
Run the project using npm start
or yarn start
. Open the project that you created in step 5 above - use the "load project" button and select the index.idyll
file at the root of your project directory.
Make your changes in a branch or fork and submit a PR. If you're making visual changes please post a screenshot or movie of the new or modified functionality as this helps with reviewing!
If you need to modify the main idyll project, do the following:
- Clone the main Idyll project and follow the instructures there to install its dependencies.
- Check out the branch you want or make desired changes locally.
- Link the local idyll into this project:
- First run
yarn link
inside ofidyll/packages/idyll-cli
- Run
yarn link idyll
in this repo
- First run
See USER_GUIDE.md.