Web application to rate the accessibility of the physical world.
1. Clone the repository
git clone https://github.com/sozialhelden/a11yscore-frontend.git
cd a11yscore-frontend2. Install dependencies
npm ci3. Create .env file
cp .env.example .env4. Start the development server
npm run devNow you can open http://localhost:5173 in your browser to see the application running.
# check the code for formatting errors
npm run format
# format the code
npm run format:fix
# lint the code
npm run lint
# lint the code and fix auto-fixable errors
npm run lint:fix
# run tests, make sure the development server is running
npm run testMIT