aayushmau5 / notesclub

Discover Livebook notebooks (Elixir)

Home Page:https://notes.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notesclub · Discover Livebook Notebooks

Every day we add new Livebook notebooks from Github.

https://notes.club

Get involved

Welcome to Notesclub!

Feel free to:

  • Take an issue
  • Propose a new issue
  • Refactor existent code
  • Add documentation Thanks!

Run it locally

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start the Postgres database with docker-compose up
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Secrets

To use tests with the :github_api tag, and to interact with the GitHub API key the project requires a GitHub API key. Create a config/test_secrets.exs template file.

Replace GITHUB_API_KEY with a GitHub API Key.

# Create a secret.exs file with the following content.
# Replace GITHUB_API_KEY with your github api key.
import Config

config :notesclub, :github_api_key, "GITHUB_API_KEY"

To download notebooks in development, create a similar config/dev.secrets.exs

Learn more

About

Discover Livebook notebooks (Elixir)

https://notes.club

License:MIT License


Languages

Language:Elixir 87.9%Language:HTML 5.9%Language:CSS 2.7%Language:JavaScript 1.9%Language:Dockerfile 1.5%Language:Shell 0.1%Language:Batchfile 0.0%