Welcome! ๐ŸŽ‰

You just set up your Skywriter server! Congrats!

This page itself is the first page you have โ€” it's and you can edit it by visiting .

Documentation ยท GitHub ยท npm


Create your account

If you have ALLOW_SIGNUP=true in your env vars you'll see a signup box on the edit page. If not, you'll need to add it.

When you sign up the signup box will go away and only a login box will remain, because there's a SIGNUP_LIMIT=1 by default (so you don't have to restart your server).

After your account is created you'll be redirected to the editor and can view and edit this doc!


Try the CLI

The CLI will allow you to login and download this doc as well โ€” try it out!

npm i skywriter -g

skywriter login  -y

skywriter pull  --via=tar --no-git

This will download all of the files associated with this page.