This repo holds the ASSETS2023 website:
- Test server: https://assets-conference.github.io/assets2023/
- Production server: https://assets23.sigaccess.org/
The ASSETS2023 website was built upon the template provided by the ASSETS2022 webchairs who worked from the Sandbox Bootstrap 5 template and made significant implementation updates to improve accessibility.
Install node.js from https://nodejs.org/en/download/
In command line,
cd
into the folder that containsindex.html
(e.g.cd ~/Documents/assets2022/
)- run
http-server -c-1
Open http://localhost:8080/ in your browswer.