Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.38 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.38 KB

Co-Design Project

Table of Content

Technologies

The Co-Design project was built using the following technologies:

  • JavaScript
  • Next.js
  • React Flow
  • TypeScript
  • Tailwind CSS

Getting Started

Follow the steps below to clone the repository, install npm packages, and run the development server.

Prerequisites

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-FE

Install NPM packages:

npm install

Then,run the development server

npm run dev

Open your browser and navigate to http://localhost:3000 to see the application running.

Link

To see the Co-Design project's deployed version, visit the link: [https://enaccess.github.io/co-design-FE].

Contributing

If you have a suggestion, please fork the repo and create a pull request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b ft/suggested-feature)
  3. Commit your Changes (git commit -m 'Add some suggested feature')
  4. Push to the Branch (git push origin ft/suggested-feature)
  5. Open a Pull Request