- Install dependencies with
npm install
. - Add your first user with
node app @apostrophecms/user:add {MY_USERNAME} admin
.
Run npm run dev
to build the Apostrophe UI and start the site up. Remember, this is during alpha development, so we're all in "dev mode."
It is possible to analyze the size of the admin UI webpack bundle:
APOS_BUNDLE_ANALYZER=1 node app @apostrophecms/asset:build
This will display a visualization in your browser. Bear in mind that the admin UI bundle is only ever present for logged-in users, generally those with editing privileges and not the general public.