Prerequisite: Ensure you have the Node.js LTS version installed before proceeding.
To get your project up and running locally, follow these steps:
-
Clone the repository:
git clone `repo-url`
-
Switching to project directory:
cd `project-dir`
-
Install dependencies
npm install
-
Spinning up local web-server
npm start
If you encounter any issues or have feature requests, please open an issue on GitHub.