Creates ToS.md file with ToS and Privacy Statement. Reads the markdown file with markdown-to-jsx (I've tried react-markdown but had trouble with types) and displays its content on the /privacidade page, properly stylized.
Somewhat out of scope for this issue-PR, I'll add a checkbox to the SignUp as well (edit: done).
Creates ToS.md file with ToS and Privacy Statement. Reads the markdown file with
markdown-to-jsx
(I've triedreact-markdown
but had trouble with types) and displays its content on the/privacidade
page, properly stylized. Somewhat out of scope for this issue-PR, I'll add a checkbox to the SignUp as well (edit: done).Resolves #36.