No description
Find a file
Robert Prehn a809fd5ffa Merge branch 'simplemde' into 'master'
feat: Add simplemde for editing posts and pages

See merge request mythic-insight/legendary!17
2020-08-18 21:01:11 +00:00
apps feat: Add simplemde for editing posts and pages 2020-08-18 15:56:43 -05:00
config feat: Add simplemde for editing posts and pages 2020-08-18 15:56:43 -05:00
script feat: Add comments to admin 2020-07-28 10:54:24 -05:00
.formatter.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
.gitignore feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
.gitlab-ci.yml feat: Add basic content management system 2020-07-22 19:22:44 +00:00
.tool-versions feat: Commit initially 2020-07-02 16:08:53 -05:00
Brewfile feat: Commit initially 2020-07-02 16:08:53 -05:00
mix.exs chore: Expand test coverage 2020-08-13 20:21:43 +00:00
mix.lock fix: Correct rss feed urls 2020-08-18 10:49:36 -05:00
README.md feat: Commit initially 2020-07-02 16:08:53 -05:00

Legendary

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more