Getting started

How can I start my project?

Start devolopment

First of all, you need to start the writeme web server.

Copy to clipboard
1npm run dev

Writeme model

In writeme we have two main models, the Document and the Category. Both are very important to build and filter documents by category and aggregate all of them in a single category section...

Category

You can go to http://localhost:3000/dashboard/categories and create your first category

Document

You can go to http://localhost:3000/dashboard/documents/new and create your first document. This part is still under development. The select for category will be integrated