Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.53 KB

ReadMe.md

File metadata and controls

31 lines (23 loc) · 1.53 KB

Dàimǎ

Writes code so far :)

This branch is for production

Hosting

Project is hosted in https://daima.netlify.app/

Local Development Setup

  1. git clone https://github.com/ABSanthosh/Daima.git
  2. cd Daima
  3. npm install or yarn
  4. npm run dev or yarn dev

Useful resources

The official docs for this is very very dry and only explains the available endpoints without any examples so you'll have to dig through the internet to find examples. I've linked some of the resources I found useful above.

tip: Use the multiple pages in google results and open any and every site related to your issue. You might get some insights on the API endpoints(Like how I got some info from some chinese blog)