npm create astro@latest -- --template toolbar-app
🧑🚀 Seasoned astronaut? Delete this file. Have fun!
Inside of your Astro project, you'll see the following folders and files:
/
├── app.ts
├── integration.ts
└── package.json
The logic of your app is in the appropriately named app.ts
file. This is where the vast majority of your toolbar app logic will live.
The integration.ts
file is a simple Astro integration file that will be used to add your app into the toolbar.
Feel free to check our documentation or jump into our Discord server.