Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edrysorg committed Feb 22, 2022
1 parent 47bbdb6 commit 2bfe2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ While Modules can be written in any combination of frontend technologies, we use
- [Water.css](https://watercss.kognise.dev/) for styles (A tiny CSS reset with no classes)
- [Open Iconic](https://useiconic.com/open) for icons

This combination results in lightweight, fast modules with very easy to read code that is largely free of framework boilerplate, and requires no build step. You also don't need to spent any time learning these frameworks as they are very easy to pick up.
This combination results in lightweight, fast modules with very easy to read code that is largely free of framework boilerplate, and requires no build step. You also don't need to spend any time learning these frameworks as they are very easy to pick up.

## Development

Serve the module on localhost and add it to an Edrys class, then use any editor to modify the module. We recommend:

- [VS Code Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) which allows you to see your changes live as you make them
- [VS Code Alpine.js Intellisense](https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.alpine-js-intellisense) if using Alpine.js
- [VS Code Alpine.js Intellisense](https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.alpine-js-intellisense)

## Deployment

Expand Down

0 comments on commit 2bfe2b0

Please sign in to comment.