Building Africa's Digital Marketplaces with Flexibility.
Add badges from somewhere like: shields.io
You must have go 1.22 or higher installed
git clone https://github.com/bontusss/Doku.git
cd Doku
go mod tidy
If you have completed the installation, install make
if you dont have it.
Go to the project directory
cd my-project
install dependencies
make deps
Build the application
make build
Start the server on a custom port
make run port=:[custom-port]
Start the server on the default port
make run-default
Clean build artifacts
make clean
Set Super Email (example usage):
make set-super-email
Set Store Name (example usage):
make set-store-name
Storefront: React, NextJS, TailwindCSS
Server: Go, GIN
import Component from 'my-project'
function App() {
return <Component />
}
For support, email fake@fake.com or join our Slack channel.