initial docs
This commit is contained in:
parent
03c114a6dd
commit
6653f7d982
3
CONTRIBUTING.md
Normal file
3
CONTRIBUTING.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Contrubting to the project
|
||||
|
||||
TODO
|
15
README.md
15
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)
|
@ -0,0 +1,3 @@
|
||||
# Backend
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Database
|
||||
|
||||
TODO
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user