Skip to content

added some details about project setup#8

Open
Tweniee wants to merge 3 commits intojoschan21:masterfrom
Tweniee:master
Open

added some details about project setup#8
Tweniee wants to merge 3 commits intojoschan21:masterfrom
Tweniee:master

Conversation

@Tweniee
Copy link
Copy Markdown

@Tweniee Tweniee commented Nov 27, 2023

No description provided.


and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!
```sh
npm install

This comment was marked as resolved.

### 1. Fork and Clone the Repository

```bash
git clone https://github.com/joschan21/digitalhippo.git
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or alternativly you can add . dir at last of cmd!

Linked with : #8 (comment)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please provide more details? I'm having difficulty understanding what you're trying to convey.

Copy link
Copy Markdown

@ArnavK-09 ArnavK-09 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Umm using git clone
The new repo is created with the same directory name as repo name

The next step you r trying to npm install, but without entering into new repo Directory

This can be fixed by

  • Either entering into repo local dir using cd digitalhippo before npm I
  • Or, Copying repo locally in current directory (without creating new dir), using . (directory) param in git clone cmd

Status: You added it, good 👍

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd ./digitalhippo is better as its easy to understand

@Tweniee Tweniee requested a review from ArnavK-09 November 28, 2023 15:27
Copy link
Copy Markdown

@ArnavK-09 ArnavK-09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@junaidevpro
Copy link
Copy Markdown

But which command is used to run the project/localhost?

@ArnavK-09
Copy link
Copy Markdown

But which command is used to run the project/localhost?

npm run start
?

@junaidevpro
Copy link
Copy Markdown

But which command is used to run the project/localhost?

npm run start ?

The project has started running. Thank you!

@Khalique48
Copy link
Copy Markdown

ERROR failed to read input source map: failed to decode base64-encoded source map

Caused by:
Invalid byte 59, offset 16. what is this error can u help me out with this

@Khalique48
Copy link
Copy Markdown

ERROR failed to read input source map: failed to parse inline source map: not base64: Url { scheme: "data", cannot_be_a_base: true, username: "", password: None, host: None, port: None, path: "application\/json;\S+\s+\*\//g;", query: None, fragment: None } even getting this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants