Make sure packages are installed when trying to run client or server
To install packages:
- Navigate to client or server directory
- Run
npm install
Run client or server:
- Navigate into client or server directory
- Run
npm start
Manually deploying client to GitHub pages with GitHub Actions:
- Navigate to the Actions tab
- In the left sidebar, select "Deploy to GitHub Pages"
- Select the "Run workflow" dropdown and run the workflow from the main branch