Skip to content

Conversation

@Mohtashim2325
Copy link

Updated README with necessary steps for cloning repo, installing dependencies, configuring .env, running backend/frontend servers, and resolving common issues.

You will need to provide an `auth.json` file that has credentials for downloading Laravel Nova. Ask in Slack and we can provide this file to you.


🚀 Run Project Locally (Laravel + React + Inertia.js)
Copy link
Member

Choose a reason for hiding this comment

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

This project does not use React or Inertia.


Make sure the following are installed:

PHP 8.1+
Copy link
Member

Choose a reason for hiding this comment

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

Our project is declared to require PHP 8.3 or higher in composer.json.

composer install

# Install frontend dependencies
npm install
Copy link
Member

Choose a reason for hiding this comment

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

There are no npm manifest files in this repository.

php artisan serve # => http://127.0.0.1:8000

# Start frontend (React + Vite)
npm run dev # Auto reloads in browser
Copy link
Member

Choose a reason for hiding this comment

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

There are no npm manifest files in this repository.

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.

2 participants