- Redux Toolkit
- Next JS
- Tailwind CSS
- Cloudflare Pages
- State and querying data is in /src/features
- Components are in /src/components
- Pages are in /src/pages/is-aws-down/
Run npm install
and npm run dev
- All static files need to have fully qualified paths. We use a Cloudflare worker reverse proxy for our hosting on https://www.taloflow.ai/is-aws-down/us-east-1 because our site is hosted on Webflow.
process.env.NEXT_PUBLIC_CDN_HOST + "/icons8-scroll-up.gif"
All changes are welcome. If you're unsure something will be welcome, please open an issue.