Skip to content

Getting Started With Astro

Freestyle is a cloud platform in early development that attempts to utilize APIs already built into JavaScript for storage, networking, streaming, and more.

To get started, create a new GitHub repository using our Astro Template.

Once you have your repository set up, install the dependencies.

Terminal window
npm install

Then run the dev server.

Terminal window
npx freestyle dev

This will automatically run the Astro dev server and the freestyle dev server. Navigate to http://localhost:8910 to see your site. To learn more about the dev server, check our Dev Server Guide.