alchi/src/alchi-maps
Milan Hauth c3347291c4 fix redirect 2023-12-27 10:11:30 +01:00
..
dist add: alchi maps 2020-09-02 2020-09-02 20:37:43 +02:00
public fix redirect 2023-12-27 10:11:30 +01:00
src alchi-maps: add comment 2022-05-26 09:59:27 +02:00
LICENSE rename to alchi-maps 2020-08-29 12:37:31 +02:00
README.md alchi-maps: update readme 2022-05-26 10:38:16 +02:00
alchi-maps-pattern.txt add: alchi-maps-pattern.txt 2022-07-21 21:36:08 +02:00
package.json alchi-maps: start server on port 51234 2022-05-26 09:59:03 +02:00
rollup.config.js rollup.config.js: use find-free-port-sync 2021-03-09 12:38:09 +01:00

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