Make sure you have the following installed on your local development environment:
- Node.js (version 18.11.12 or later recommended)
- npm or yarn
- Clone the repository to your local machine:
git clone https://github.com/hwennnn/Stream2Gather- Navigate to the project directory:
cd frontend- Install the dependencies:
npm install
# or
yarn installFirst, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- To build the project:
npm run build
# or
yarn build- To start the production server:
npm run start
# or
yarn start- To run ESLint:
npm run lint
# or
yarn lint- To generate GraphQL types:
npm run gen
# or
yarn gen- To generate environment types:
npm run gen-env
# or
yarn gen-env