alchi/src/alchi-maps
..
dist
public
src
LICENSE
README.md
alchi-maps-pattern.txt
package.json
rollup.config.js

README.md

alchi-maps

compatibility map for humans

view

view the latest version on ...

build

# install dependencies
# use `pnpm` to cache downloads or fallback to `npm`

pnpm install || npm install



# start production server + open site

npm run dev

# .... wait for
# "Your application is ready~!"
# and run ....

xdg-open http://0.0.0.0:5000/



# build multi file + start static server
# + build single file alcimaps.html

npm run build && npm run start

# .... wait a few seconds for
# "Your application is ready~!"
# and in a second terminal run ....

npm run inline