Skip to content

amx-project/a

Repository files navigation

amx-a

Overview

amx-aを動かすためには環境構築が必要であり、それを維持しやすいようにコンテナ化する。

build

podman compose build

run & debug

podman compose up

debug

podman compose run --rm --entrypoint /bin/bash tile-builder-mojxml
  • Test run: stream.rb
# PREF=01 TYPE=daihyo ruby stream.rb
  • Test run:rake task
podman compose run --rm tile-builder-mojxml rake mbtiles
podman compose run --rm tile-builder-mojxml rake pmtiles
podman compose run --rm tile-builder-mojxml rake style

Tips

for generation the Gemfile.lock

podman run --rm -v ".:/usr/src/app" -w /usr/src/app ruby:3.1-slim bundle install

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️

Implementation of amx-project/0#4

Demo

https://amx-project.github.io/a

PMTiles location on IPFS

QmTZHWMAnRC5zNiNvdVuTDacThKkj4jKbwsZtKQkAC4R69

Document

https://github.com/amx-project/a-spec

What is behind the repository name?

Most UNIX C compilers link executables by default to a file called "a.out". That is why.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •