From 6653f7d982663e9b5ab66cf18305b6691060784a Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 3 Sep 2024 01:32:34 -0400 Subject: [PATCH] initial docs --- CONTRIBUTING.md | 3 +++ README.md | 15 +++++++++++++++ backend/README.md | 3 +++ database/README.md | 3 +++ frontend/README.md | 2 +- 5 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d84d0d8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contrubting to the project + +TODO diff --git a/README.md b/README.md index e69de29..39ac63f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# My personal website version 2.0 + +Designed and developed by Wyatt J. Miller, 2024 + +## Frontend + +Written in Deno with the Fresh web framework. Check out the frontend's [README](./frontend/README.md)! + +## Backend + +Written in Rust. Check out the backend's [README](./backend/README.md)! + +## Contributing + +See [CONTRIBUTING.md](./CONTRIBUTING.md) diff --git a/backend/README.md b/backend/README.md index e69de29..b6a4bdb 100644 --- a/backend/README.md +++ b/backend/README.md @@ -0,0 +1,3 @@ +# Backend + +TODO diff --git a/database/README.md b/database/README.md index e69de29..a096d79 100644 --- a/database/README.md +++ b/database/README.md @@ -0,0 +1,3 @@ +# Database + +TODO diff --git a/frontend/README.md b/frontend/README.md index ec0e33e..c8e6b14 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# Fresh project +# Frontend Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started