Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apostrophecms/public-demo
The source of our public demo of ApostropheCMS
https://github.com/apostrophecms/public-demo
apostrophe
Last synced: about 2 months ago
JSON representation
The source of our public demo of ApostropheCMS
- Host: GitHub
- URL: https://github.com/apostrophecms/public-demo
- Owner: apostrophecms
- License: mit
- Created: 2018-09-24T19:42:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:51:18.000Z (9 months ago)
- Last Synced: 2024-04-18T19:08:40.937Z (9 months ago)
- Topics: apostrophe
- Language: JavaScript
- Homepage:
- Size: 2.7 MB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apostrophe 3 demo and test project
## Get started
1. Install dependencies with `npm install`.
2. Add your first user with `node app @apostrophecms/user:add {MY_USERNAME} admin`.## Running the project
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."
## Analyzing bundle size
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.