Skip to content

Commit

Permalink
Remove yarn as a dependency (erlef#320)
Browse files Browse the repository at this point in the history
These days, yarn is not needed
  • Loading branch information
davydog187 authored Apr 6, 2021
1 parent a2030b6 commit 61a46c3
Show file tree
Hide file tree
Showing 4 changed files with 10,330 additions and 7,214 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
- Erlang/OTP 23
- Elixir 1.11
- NodeJS v10 (or greatter)
- Yarn

## Up and running

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && yarn`
* Install Node.js dependencies with `npm install --prefix assets`
* Run `mix ecto.setup` to setup the local database
* Start Phoenix endpoint with `mix phx.server`

Expand Down
Loading

0 comments on commit 61a46c3

Please sign in to comment.