An open API service indexing awesome lists of open source software.

https://github.com/dokadev/protomini


https://github.com/dokadev/protomini

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Getting Started
1. Clone the repo
```sh
git clone https://github.com/DokaDev/ProtoMini.git
```

2. Build with GNU Make

Skip this step if GNU Make is already installed on your system.

```sh
brew install make # For MacOS
sudo apt-get install make # For Debian/Ubuntu
sudo dnf install make # For RedHat/Fedora/CentOS
sudo pacman -S make # For Arch/Manjaro
```

3. Build the project
```sh
make
```

4. To run the project use the following command
```sh
make run
```

5. To clean the project use the following command
```sh
make clean
```