Skip to content

Latest commit

 

History

History

alchi-maps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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