Skip to content

Daima-Editor/Daima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)