/bulldocs

WebApp to build documentation

Primary LanguageJavaScript

Easydoc

Esta é uma aplicação web desenvolvida sobre next.js.

Como colocar para rodar

Desenvolvimento

Tudo o que precisa é:

npm install
npm run dev

então vá para http://localhost:3000. As alterações realizadas nos componentes serão refletidas em tempo real.

Deployment

Architecture

Pure components

Every stateless pure component is found under ./components.

Every component that has to do with styling the post's markup is found under ./components/post/

These components make up the style guide of the application.