This is the official repository for the Sunbird Taxonomy Editor, a web-based tool for creating, managing, and visualizing taxonomies.
Before you begin, ensure you have the following installed on your local machine:
Follow these steps to set up the project on your local machine.
First, navigate to the main repository page and click the "Fork" button to create your own copy.
Next, clone your forked repository to your local machine. Replace your-username with your GitHub username.
git clone https://github.com/your-username/sunbird-taxonomy-editor.git
cd sunbird-taxonomy-editorNext, install the project dependencies using npm:
npm installOnce the dependencies are installed, you can start the development server:
npm run devThis will start the application in development mode. Open your browser and navigate to http://localhost:3000 to see the application in action.
In the project directory, you can run the following scripts:
npm run dev: Runs the app in development mode.npm run build: Builds the app for production.npm run start: Starts the production server.npm run lint: Lints the code for errors and style issues.