Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alaminfirdows/bijoy2024


https://github.com/alaminfirdows/bijoy2024

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Getting Started

1. Clone the repository:

```bash
git clone [email protected]:alaminfirdows/bijoy2024.git
```

2. Install the dependencies:

```bash
npm install
# or
yarn install
# or
pnpm install
```

3. Create a `.env.local` file in the root directory and add the following:

```bash
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
```

4. Run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.