From b6005bcfb3682163a404a1ac68d4c035326fff82 Mon Sep 17 00:00:00 2001 From: klein panic Date: Sun, 20 Oct 2024 18:29:06 -0400 Subject: [PATCH] fixed gitignore --- .env | 2 -- .gitignore | 2 +- README.md | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 2f29cfe..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -EMAIL_USER=kleinpanic@gmail.com -EMAIL_PASSWORD=ffmaxxhcrsyzlicg diff --git a/.gitignore b/.gitignore index 8a77e9f..2d7ec5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.env/ +.env node_modules/ diff --git a/README.md b/README.md index 8cb94c2..28db33b 100644 --- a/README.md +++ b/README.md @@ -38,22 +38,22 @@ To run this project locally, you'll need: npm install ``` 4. **create an .env file** +> this is for the contact section, and some email features. This should be your email as this is designed to inform yourself about contact attemps. ``` EMAIL_ADDDRESS= EMAIL_PASSWORD= ``` -5. Run the development server +6. Run the development server ```bash npm run start ``` -6. Acces the Website +7. Acces the Website ```bash http://localhost:port ``` ## Folder Structure ```plaintext - kleinpanic-website/ │ ├── public/ # Static files (CSS, images, etc.)