Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .dockerignore

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@



### 📒 A better replacement for Synergia Learning Managment System web interface
### 📒 A better replacement for Synergia Learning Management System web interface
**Elixirus** is a web application written in Elixir Phoenix for the librus_apix web scraper, providing a superior replacement for the native Librus web interface.

Check out the app [here](https://elixirus.rustysnek.xyz)
Expand Down Expand Up @@ -62,13 +62,13 @@ Run `direnv allow` to allow `.envrc` execution


## Setup ✅
Set MIX_BUN_PATH (location of bun executable)):
Set MIX_BUN_PATH (location of bun executable):

```sh
export MIX_BUN_PATH=$(which bun)
```

Install mix and bun dependancies:
Install mix and bun dependencies:

```sh
mix deps.get
Expand Down
Loading
Loading