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