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

View File

@@ -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.)