Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Tweniee
Copy link

@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.

@@ -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

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
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

@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
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

@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

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

@ArnavK-09
Copy link

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

npm run start
?

@junaidevpro
Copy link

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

npm run start ?

The project has started running. Thank you!

@Khalique48
Copy link

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

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