The Co-Design project was built using the following technologies:
- JavaScript
- Next.js
- React Flow
- TypeScript
- Tailwind CSS
Follow the steps below to clone the repository, install npm packages, and run the development server.
Before you begin, ensure you have Node.js (version >= 18) installed on your machine.
Then, start with cloning the repository and setting up the project.
Clone the repository:
git clone https://github.com/EnAccess/co-design-FEInstall NPM packages:
npm installThen,run the development server
npm run devOpen your browser and navigate to http://localhost:3000 to see the application running.
To see the Co-Design project's deployed version, visit the link: [https://enaccess.github.io/co-design-FE].
If you have a suggestion, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b ft/suggested-feature) - Commit your Changes (
git commit -m 'Add some suggested feature') - Push to the Branch (
git push origin ft/suggested-feature) - Open a Pull Request