Getting Started With Spiderly

Follow this quick start guide to see which prerequisites you need to install and how to initialize your Spiderly app.

Install Prerequisites

Before getting started with Spiderly, make sure you have the following prerequisites installed:

Initialize the App

Open a terminal in the folder where you want your app to be created and run:

spiderly init

This will create a new folder with your app name containing the full Spiderly project structure.

Open the Project

Navigate into your newly created app folder and open it in VS Code:

cd your-app-name
code .

If the code . command doesn’t work, open your newly created app folder manually in VS Code.

Start the App

Press F5 to start the app.

Register the User

Use the UI of your generated app to register a new user via email.