You can host a YAPms development environment by either using the provided devcontainer or installing the toolchain on your machine.
- NixOS
- Install Docker Desktop or Docker CLI on Ubuntu
- Clone the GIT Repository
- Open the project in VSCode
- Install the Dev Containers extension
- Run vscode command
Dev Containers: Rebuild and Reopen in Container
- Run shell command
npm run dev
- Install Docker Desktop or Docker CLI on Ubuntu
- Install NodeJS
- Install Go
- (Optional) Install pngquant
- Clone the GIT Repository
- Run shell command
npm install
- Run shell command
npx dotenv-vault pull example
- Run shell command
npx devcontainer up --workspace-folder .
- Run shell command
npm run dev