Setting up for local development
We recommend using Visual Studio Code ↗ for local development to get the best out of box development experience with Astroship. Formatting, linting, completions and recommended extensions are all configured. You’re of course welcome to use another editor if preferred.
Install recommended extensions
These extensions enable support for autoformatting, linting, and completions for your code and everything included in Astroship.
- Start by following Quick start before setting up your local development environment.
- Launch Visual Studio Code and open the project folder.
- Install the recommended extensions when prompted.
Run development server in VSCode
We recommend running your development server inside of Visual Studio Code for easy debugging.
Start the development server by choosing Run → Start Debugging from the file menu. If needed, you can stop the development server by choosing Run → Stop Debugging from the file menu.