Automate code & data workflows with interactive Elixir notebooks
Find a file
Jonatan Kłosko 8b37e32e3a
Escript (#77)
* Set up Escript packaging

* Use MD5 digest sa ETAG

* Make sure changes to the static files recompile the relevant module

* Manually start the application in Escript

* Set up basic CLI

* Run formatter

* Start Elixir app before anything else

* Improve version output

* Build Escript to project root directory

* Improve assets handling

* Move plug related modules under plugs directory

* Include bundled assets in the repository

* Use the same plug with different static providers in prod and dev

* Refactor providers

* Rename StaticProvidedPlug to StaticPlug
2021-03-17 01:53:44 +01:00
.github/workflows Set up CI 2021-02-16 23:37:10 +01:00
assets Escript (#77) 2021-03-17 01:53:44 +01:00
config Escript (#77) 2021-03-17 01:53:44 +01:00
lib Escript (#77) 2021-03-17 01:53:44 +01:00
priv/static Escript (#77) 2021-03-17 01:53:44 +01:00
test Escript (#77) 2021-03-17 01:53:44 +01:00
.formatter.exs Initial commit 2021-01-07 20:56:24 +01:00
.gitignore Escript (#77) 2021-03-17 01:53:44 +01:00
mix.exs Escript (#77) 2021-03-17 01:53:44 +01:00
mix.lock Update plug_crypto 2021-02-22 15:27:27 +01:00
README.md Rename project (#68) 2021-03-03 22:56:28 +01:00

Livebook

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • 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