βοΈLocal Development Setup
In this page, there will be instructions on how to locally setup your development environment
Prerequisites
You will need the following installed on your system:
Node/NPM
Git
Code editor of your choice
Setting up a development environment
Clone the Digitomize repository
git clone https://github.com/digitomize/digitomize.git
Install all the dependencies in the root directory
npm install
Configure the environment variables for the client directory and the backend directory.
Use the following guides to help you setup and configure all the requirements.
Running the Application
Once all the environment variables are setup, you can start the development server.
npm run dev
This command will start both the frontend and backend servers.
Congratulations. That's it!π
You're all setup and ready to interact with the project.
Last updated