$ git clone https://github.com/NeofetchNpc/moe-count.git
$ cd moe-count
$ yarn install
$ yarn start
setup config.yaml
app:
site: https://count.neastooid.xyz # your website must
port: 3000
db:
type: mongodb # sqlite or mongodb
mongodb.js replace this code with your mongodb!
// the default mongodb url (local server)
const mongodbURL = 'mongodb+srv://localhost'