From 07054093c950fcd0e197a95f5199c6b3febe7a5c Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 14 Nov 2023 05:42:12 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 4fd2dd0..64785e4 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,6 @@ This project is built using the following technologies: - Tailwind CSS - Caddy API -## Getting Started - -To build and run the project, follow these steps: - -1. Clone the repository -2. Install dependencies with `npm install` -3. Start the development server with `npm run dev` -4. Open [http://localhost:3000](http://localhost:3000) in your browser - ## Checklist - [ ] Dockerfile @@ -29,9 +20,6 @@ To build and run the project, follow these steps: - [ ] Edit routes - [ ] User accounts -## Contributions - -Contributions are welcome! Feel free to submit pull requests or open issues if you find any bugs or have suggestions for new features. ## Getting Started To build and run the project, follow these steps: @@ -54,4 +42,4 @@ To build and run the project, follow these steps: ## Contributions -Contributions are welcome! Feel free to submit pull requests or open issues if you find any bugs or have suggestions for new features. \ No newline at end of file +Contributions are welcome! Feel free to submit pull requests or open issues if you find any bugs or have suggestions for new features. From 99020db30b2a97e135c8f3a7653b8c927bb8d913 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 14 Nov 2023 05:42:40 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 64785e4..5e7f008 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,6 @@ To build and run the project, follow these steps: 5. Start the development server with `npm run dev` 6. Open [http://localhost:3000](http://localhost:3000) in your browser -## Checklist - -- [ ] Dockerfile -- [X] View all Routes -- [ ] Delete routes -- [ ] Add routes -- [ ] Edit routes -- [ ] User accounts - ## Contributions Contributions are welcome! Feel free to submit pull requests or open issues if you find any bugs or have suggestions for new features.