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
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.
| Frontend Setup | frontend-setup.md | ||
| Backend Setup | backend-setup.md |
Once all the environment variables are setup, you can start the development server.
npm run devThis command will start both the frontend and backend servers.
Congratulations. That's it!🎉
You're all setup and ready to interact with the project.