An implementation of Wordle for blind or visually impaired people
- Install ionic
- Clone repo
npm install
npm install
(only after git pull or branch checkout)ionic serve
ionic build --prod
The file _redirects
in the root of the projects is specific to Netlify: it redirects every request to /index.html (routes are managed by the SPA). The file is automatically copied into the dist folder. So the build command on netlify is:
npm run build; cp _redirects www/