To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/IslamerKantho/islamer-kantho.git
- Install dependencies:
npm install
oryarn install
- Start the development server:
npm run dev
oryarn dev
- Update the
.env.example
file with your environment variables and save it as.env
. - Open the project in your browser:
http://localhost:3000
To build and deploy this project, follow these steps:
- Build the project:
npm run build
oryarn build
- Deploy the project:
npm run deploy
oryarn deploy