danilomiranda / bulldocs

WebApp to build documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

WebApp to build documentation


Languages

Language:JavaScript 100.0%