From 05daf6e6a4ded51c81f24ef1bd4b4d952f38f2bc Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 2 Feb 2023 20:04:59 +0100 Subject: [PATCH] icons readme gitignore --- .gitignore | 1 + README.md | 9 ++++++++- apps/web/pages/dashboard.tsx | 7 ++++--- apps/web/pages/documents.tsx | 2 ++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c5b834ee8..9965f5ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts .env +.env.example diff --git a/README.md b/README.md index 52bc36571..ae609edf8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ Documenso aims to be the world's most trusted document signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood. Join us in creating the new internet of trust. ## todos + - Sendgrid setup and nodemailer-sendgrid SMTP hint - Render Deploy YAML file or similar -- \ No newline at end of file + +# Setup + +`git clone repourl` +`npm i in ./` +`rename example.env to .env` +`set values in .env` \ No newline at end of file diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index 75d6aec36..ef66d3b77 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -119,11 +119,12 @@ const DashboardPage: NextPageWithLayout = (props: any) => { aria-hidden="true" > + Upload a new PDF document diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index 68fb54773..fdddbf4da 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -4,6 +4,7 @@ import type { NextPageWithLayout } from "./_app"; import Head from "next/head"; import { CheckBadgeIcon, + DocumentPlusIcon, EnvelopeIcon, EyeIcon, PlusIcon, @@ -56,6 +57,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {