Local Development Setup
Last updated
Last updated
In this page, there will be instructions on how to locally setup your development environment
You will need the following installed on your system:
Node/NPM
Git
Code editor of your choice
Clone the Digitomize repository
Install all the dependencies in the root directory
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.
Once all the environment variables are setup, you can start the development server.
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.
Frontend Setup
Backend Setup