Skip to content
forked from yapms/yapms

yapms fork for messing with it :) pls ignore

License

Notifications You must be signed in to change notification settings

BrightyLighty/yapms

 
 

Repository files navigation

Getting Started

You can host a YAPms development environment by either using the provided devcontainer or installing the toolchain on your machine.

Tested On

  • NixOS

Devcontainer

  1. Install Docker Desktop or Docker CLI on Ubuntu
  2. Clone the GIT Repository
  3. Open the project in VSCode
  4. Install the Dev Containers extension
  5. Run vscode command Dev Containers: Rebuild and Reopen in Container
  6. Run shell command npm run dev

On Machine

  1. Install Docker Desktop or Docker CLI on Ubuntu
  2. Install NodeJS
  3. Install Go
  4. (Optional) Install pngquant
  5. Clone the GIT Repository
  6. Run shell command npm install
  7. Run shell command npx dotenv-vault pull example
  8. Run shell command npx devcontainer up --workspace-folder .
  9. Run shell command npm run dev

About

yapms fork for messing with it :) pls ignore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 60.3%
  • TypeScript 19.6%
  • Go 15.4%
  • Awk 2.9%
  • JavaScript 0.9%
  • CSS 0.5%
  • Other 0.4%