alchi/src/alchi-maps
2020-09-03 17:28:05 +02:00
..
dist add: alchi maps 2020-09-02 2020-09-02 20:37:43 +02:00
public inline fotos 2020-09-02 20:27:35 +02:00
src inline fotos 2020-09-02 20:27:35 +02:00
LICENSE rename to alchi-maps 2020-08-29 12:37:31 +02:00
package.json use svelte-preval with terser + sync-rpc 2020-09-03 17:28:05 +02:00
README.md rename to alchi-maps 2020-08-29 12:37:31 +02:00
rollup.config.js rollup config 2020-09-02 20:29:06 +02:00

alcimaps

mental chemistry maps for humans and their relations

# 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