# Getting started
This guide sets up a dev environment for apps and libraries in os.90s.dev
# Hello World
To getting a "hello world" sample app working:
-
Extract helloworld.zip to
helloworld/
-
Mount
helloworld/app
asapp
and click it -
Click
helloworld.app.js
(it may take a sec) -
Open
helloworld
in your favorite IDE -
Change some text or something
-
Click the app again in
filer.app.js
Congratulations, your hello world app works!
# Next steps
The entire core and all system apps are included in the zip. This way you can see how the system works internally, and even fork and modify built-in apps.
Check out the Hello World guide for a full breakdown of the sample code.
# Sharing your creations
Made something you want to share with the community?
Check out the publishing apps and publishing libraries guides to learn more.