Front end app for Tech4AllBiz project in development by BuildJustly and Sustainable Progress and Sustainable Progress and Equality Collective.
Ensure you have NodeJS version v18.0.0 installed. We recommend using nvm to manage node version. Run nvm use
to trigger the .nvmrc file.
To start the development environment install the dependencies and run the development server command:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To run ESLINT use the command
npm run lint
To run in CI mode to help with debugging Github Action failing
CI=true npm run lint
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!