-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added some details about project setup #8
base: master
Are you sure you want to change the base?
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.
@@ -22,13 +22,34 @@ Built with the Next.js 14 App Router, tRPC, TypeScript, Payload & Tailwind | |||
|
|||
## Getting started | |||
|
|||
To get started with this project, run | |||
### 1. Fork and Clone the Repository | |||
|
|||
```bash | |||
git clone https://github.com/joschan21/digitalhippo.git |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
beforenpm 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.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.