added some details about project setup#8
Conversation
|
|
||
| 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.
This comment was marked as resolved.
Sorry, something went wrong.
| ### 1. Fork and Clone the Repository | ||
|
|
||
| ```bash | ||
| git clone https://github.com/joschan21/digitalhippo.git |
There was a problem hiding this comment.
Or alternativly you can add . dir at last of cmd!
Linked with : #8 (comment)
There was a problem hiding this comment.
Could you please provide more details? I'm having difficulty understanding what you're trying to convey.
There was a problem hiding this comment.
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 digitalhippobeforenpm I - Or, Copying repo locally in current directory (without creating new dir), using
. (directory)param in git clone cmd
Status: You added it, good 👍
There was a problem hiding this comment.
cd ./digitalhippo is better as its easy to understand
|
But which command is used to run the project/localhost? |
npm run start |
The project has started running. Thank you! |
|
ERROR failed to read input source map: failed to decode base64-encoded source map Caused by: |
|
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 |
No description provided.