No description
Find a file
dependabot[bot] 960a2e71c4
Bump scss-tokenizer and node-sass in /assets (#9)
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.2.3 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.2.3...v0.4.3)

Updates `node-sass` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 14:15:36 +01:00
assets Bump scss-tokenizer and node-sass in /assets (#9) 2023-01-02 14:15:36 +01:00
config with live view 2021-07-11 13:53:19 +02:00
lib with live view 2021-07-11 13:53:19 +02:00
priv with live view 2021-07-11 13:53:19 +02:00
test with live view 2021-07-11 13:53:19 +02:00
.formatter.exs with live view 2021-07-11 13:53:19 +02:00
.gitignore with live view 2021-07-11 13:53:19 +02:00
mix.exs with live view 2021-07-11 13:53:19 +02:00
mix.lock with live view 2021-07-11 13:53:19 +02:00
README.md with live view 2021-07-11 13:53:19 +02:00

Todo

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