fixed gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
.env/
|
.env
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|||||||
@@ -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.)
|
||||||
|
|||||||
Reference in New Issue
Block a user