Skip to content

Commit

Permalink
Merge pull request #11 from FriendsOfREDAXO/3.0.6
Browse files Browse the repository at this point in the history
Vendor Update to 3.0.6
  • Loading branch information
skerbis authored Jan 10, 2024
2 parents ebc428e + 11e37aa commit 468a84b
Show file tree
Hide file tree
Showing 286 changed files with 20,916 additions and 9,289 deletions.
11 changes: 7 additions & 4 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ Please visit [developer documentation](https://sa11y.netlify.app/developers/) fo
## Development environment
A light server for development is included. Any change inside `/src` folder files will trigger the build process for the files and will reload the page with the new changes. To use this environment:

1. Clone this repo.
2. Be sure you have node installed and up to date.
3. Execute `npm install`
4. In a terminal execute: `npm run serve`. Then open `http://localhost:8080/docs/demo/en/` in your browser.
1. Ensure node is installed and up to date (at least v20 and up).
2. Clone this repo.
3. Run `npm install`
4. Run `npm run serve`. Then open `http://localhost:8080/docs/demo/en/` in your browser.
5. For unit tests, execute `npm test` or `node --test` while the server is running.

**Tip!** To speed up compile time while developing, navigate to `rollup.config.js` and change `developmentMode` to `true`. This will only compile javascript, SCSS, and English translation strings.
1 change: 1 addition & 0 deletions assets/bookmarklet/bg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/cs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/da.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/el.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/enUS.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/et.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bookmarklet/fi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 468a84b

Please sign in to comment.