- Add local env variables to connect to firebase, contentful, etc...
yarn
yarn build
yarn dev
Invest application would be available on http://localhost:3000/invest/.
Find TARGET
and SITE
for your application.
Check firebase.json
and .firebaserc
configuration.
For more info, check (Firebase hosting documentation)[https://firebase.google.com/docs/hosting/multisites#define_hosting_config]
Syntax: firebase deploy --only hosting:[TARGET]
firebase deploy --only hosting:arcane-invest-dev
firebase deploy --only hosting:arcane-trade-admin-dev
If you want to improve the performance of your web application, then use less JavaScript. However, if you must use Javascript, DO NOT USE VIRTUAL DOM!
This philosophy guides arcanes web development, we have kept the framework lean
https://yarnpkg.com/getting-started/install
- TODO: make native html form based request calls.
- TODO: evaluate arcane-state vs nanostore.
- TODO: alchemy css only design system hosted on cdn.
- TODO: alchemy solidjs based design system with inbuilt style provider.
wasn't able to figure out how to build a compiled solid-js component library in vite, so I was forced to use rollup. I really hate it when I have to use multiple build tools.