This is a repository to get you started with Velocitas App development. It contains a very basic setup which will walk you through assisted project creation.
- Visual Studio Code
- A container runtime supported by Visual Studio Code's devContainer feature. See here
- Clone the repository and open it in Visual Studio Code or use Github Codespaces
- Follow the steps through the assisted project creation
- When prompted, rebuild the devContainer (:warning:under the hood, we have updated your container configuration:warning:) - if not prompted, manually rebuild the container using
View->Command Palette...->Dev Containers: Rebuild Container - Start hacking!