Draft is a template for writing Learnpoint design drafts.
- Install Deno on your computer.
- Install Piko on your computer.
Let's say you want to draft an idea for the Learnpoint gradebook...
-
Create a new draft named
gradebook-idea:$ piko copy learnpoint/draft gradebook-idea
The command above will create a new folder named
gradebook-ideaand copy the files fromlearnpoint/draftinto that folder. -
Move into the new folder and start the dev server:
$ cd gradebook-idea $ piko dev -
Navigate to
http://127.0.0.1:3333. -
Open your editor and write your draft in
gradebook-idea/src.
If you're a Learnpoint developer, feel free to fork this repo, write improvements, and make pull requests. Thank you!