Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #31

Closed
wants to merge 2 commits into from
Closed

Dev #31

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
NEXT_PUBLIC_SANITY_PROJECT_ID=
NEXT_PUBLIC_SANITY_DATASET=
SANITY_API_TOKEN=
SANITY_PREVIEW_SECRET=
SANITY_STUDIO_REVALIDATE_SECRET=
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules
/node_modules
/.pnp
.pnp.js
/.yarn

# testing
/coverage
Expand Down
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/dictionaries/rootoverthree.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/islamer-kantho.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jsLibraryMappings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Binary file removed .yarn/install-state.gz
Binary file not shown.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# islamer-kantho

# Islamer Kantho

## About this project

This is a Next.js project, a React-based framework for building server-rendered, statically generated, and performance-optimized websites and applications.

## 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`

6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
13/10/2024 - Deployment fixes.
- Refactored `.env.example` file.
- Updated `README.md` file.

[17042024]
1. Added `.env.example` file for environment variables.
2. Moved content to `src` directory.
Expand Down Expand Up @@ -36,4 +40,4 @@
3. Added Category API.

[23092021]
1. Having problem with <Image> in '/components/card/CardFullWide.js'. So temporarily i'm using <img>.
1. Having problem with <Image> in '/components/card/CardFullWide.js'. So temporarily i'm using <img>.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"bugs": {
"url": "https://github.com/abutahermuammad/islamer-kantho-new/issues"
},
"homepage": "https://github.com/abutahermuammad/islamer-kantho-new#readme"
"homepage": "https://github.com/abutahermuammad/islamer-kantho-new#readme",
"packageManager": "yarn@4.5.0+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39"
}
2,368 changes: 1,296 additions & 1,072 deletions yarn.lock

Large diffs are not rendered by default.