Skip to content

Commit

Permalink
Fix Linting Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Oct 29, 2023
1 parent 2cf952c commit 8d539c0
Show file tree
Hide file tree
Showing 6 changed files with 11,743 additions and 16,892 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ firebase-debug.log
.DS_Store
.env
.envlocal
.env.local
.env.development.local
.env.test.local
.env.production.local
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To build and test the site locally, follow these steps:
3. (Optional) Run the command `git submodule update --init --recursive` to update the submodule.
4. (Optional) Run the command `git pull` to pull the latest changes.
5. Install the necessary dependencies by running `npm install`
6. Create a new file in the root directory of the project called `.envlocal`
6. Create a new file in the root directory of the project called `.env.local`
7. Add the necessary environment variables to the file in the format `VARIABLE_NAME=value`
8. Save the file.
9. To build the project, run the command `npm run build`.
Expand Down
Loading

0 comments on commit 8d539c0

Please sign in to comment.