A web mail client
Go to file
Eli Ribble b7100cd59d Add basic reading/writing of a name to localStorage.
That's where we will keep all of our settings.
2023-12-18 09:57:57 -07:00
app Add basic reading/writing of a name to localStorage. 2023-12-18 09:57:57 -07:00
public Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
.eslintrc.json Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
.gitignore Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
LICENSE Initial commit 2023-12-18 08:12:37 -07:00
README.md Add instructions to statically build the site. 2023-12-18 09:02:49 -07:00
next.config.js Add instructions to statically build the site. 2023-12-18 09:02:49 -07:00
package-lock.json Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
package.json Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
postcss.config.js Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
tailwind.config.ts Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00
tsconfig.json Add basic NextJS page outline. 2023-12-18 08:55:02 -07:00

README.md

dissidua

A web mail client

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Deploy Somewhere Else

npm run build

The file output will then be at out/ and contain the HTML, CSS, and JavaScript you need to statically serve the site.