Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 639 Bytes

Islamer Kantho

Getting started

To get started with this project, follow these steps:

  1. Clone the repository: git clone https://github.com/IslamerKantho/islamer-kantho.git
  2. Install dependencies: npm install or yarn install
  3. Start the development server: npm run dev or yarn dev
  4. Update the .env.example file with your environment variables and save it as .env.
  5. Open the project in your browser: http://localhost:3000

Build and deploy

To build and deploy this project, follow these steps:

  1. Build the project: npm run build or yarn build
  2. Deploy the project: npm run deploy or yarn deploy