fixed gitignore

This commit is contained in:
klein panic
2024-10-20 18:29:06 -04:00
parent c2afb98ad3
commit b6005bcfb3
3 changed files with 4 additions and 6 deletions

2
.env
View File

@@ -1,2 +0,0 @@
EMAIL_USER=kleinpanic@gmail.com
EMAIL_PASSWORD=ffmaxxhcrsyzlicg

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.env/ .env
node_modules/ node_modules/

View File

@@ -38,22 +38,22 @@ To run this project locally, you'll need:
npm install npm install
``` ```
4. **create an .env file** 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_ADDDRESS=
EMAIL_PASSWORD= EMAIL_PASSWORD=
``` ```
5. Run the development server 6. Run the development server
```bash ```bash
npm run start npm run start
``` ```
6. Acces the Website 7. Acces the Website
```bash ```bash
http://localhost:port http://localhost:port
``` ```
## Folder Structure ## Folder Structure
```plaintext ```plaintext
kleinpanic-website/ kleinpanic-website/
├── public/ # Static files (CSS, images, etc.) ├── public/ # Static files (CSS, images, etc.)