MCPcopy Index your code
hub / github.com/BeaconCMS/beacon_demo

github.com/BeaconCMS/beacon_demo @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
239 symbols 443 edges 4 files 1 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BeaconCMS Demo

Sample application to showcase beacon features. Follow the readme to get started:

Local

Adjust database connection

In config/dev.exs adjust the following repo config to fit your local environment:

config :beacon_demo, BeaconDemo.Repo, ...

Setup

Run setup to install dependencies and setup initial data:

mix setup

Run server

mix phx.server

Change seeds data (optional)

Layouts and pages are defined in priv/repo/seeds/beacon.exs. That data will be seeded on mix setup and you can manage it using the admin interface, but feel free to edit as you wish and run mix ecto.reset to drop the database and recreate all data.

Demo

Visit some sample pages:

  • http://localhost:4000 to see an example of a landing page.
  • http://localhost:4000/blog to visit the blog index.
  • http://localhost:4000/admin to manage your demo site.

Exploring

Checkout the Beacon docs for more info.

Core symbols most depended-on inside this repo

em
called by 382
priv/beacon.tailwind.config.bundle.js
_interopRequireDefault
called by 48
priv/beacon.tailwind.config.bundle.js
round
called by 47
priv/beacon.tailwind.config.bundle.js
rem
called by 15
priv/beacon.tailwind.config.bundle.js
_defineProperties
called by 14
priv/beacon.tailwind.config.bundle.js
_inheritsLoose
called by 14
priv/beacon.tailwind.config.bundle.js
_setPrototypeOf
called by 14
priv/beacon.tailwind.config.bundle.js
hexToRgb
called by 10
priv/beacon.tailwind.config.bundle.js

Shape

Function 239

Languages

TypeScript100%

Modules by API surface

priv/beacon.tailwind.config.bundle.js239 symbols

For agents

$ claude mcp add beacon_demo \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page