Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alaminfirdows/bijoy2024
https://github.com/alaminfirdows/bijoy2024
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alaminfirdows/bijoy2024
- Owner: alaminfirdows
- Created: 2024-08-25T18:34:57.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T06:42:31.000Z (4 months ago)
- Last Synced: 2024-08-27T07:52:57.550Z (4 months ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.