📄️ GitHub Codespaces setup
GitHub Codespaces provides a cloud-based development environment that runs VS Code in your browser. This is the fastest way to start developing Comind apps without installing anything locally.
📄️ Local development environment
Setting up a local development environment gives you full control and offline capabilities. You'll need Node.js, npm, and a code editor installed on your machine.
📄️ Environment variables
Before you can develop and deploy apps, you need to configure environment variables with your organization's specific settings and access tokens.
📄️ Start app development
Now that your environment is set up, let's create your first app modification and deploy it to see the development workflow in action.
📄️ Signing your commits
Why commit signing is required