Skip to content

Commit

Permalink
Merge pull request #63 from ciatph/rename-repository
Browse files Browse the repository at this point in the history
rename repository
  • Loading branch information
ciatph authored Jul 22, 2021
2 parents d0f2170 + ae965b5 commit 91b6f3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## pakistan_web_dev
## alliance-csa-pakistan

> This forked repository serves as a stash for storing the requested updates and follow-up fixes for the original website on https://ciat-dapa.github.io/pakistan_web/.
>
Expand All @@ -12,6 +12,8 @@
- [Installation](#installation)
- [Usage](#usage)
- [Deployment](#deployment)
- [Production](#production)
- [Development](#development)


### Requirements
Expand All @@ -22,10 +24,10 @@
## Installation

1. Clone this repository.
`git clone https://github.com/ciatph/pakistan_web_dev.git`
`git clone https://github.com/ciatph/alliance-csa-pakistan.git`
2. Install dependencies.
```
cd pakistan_web_dev
cd alliance-csa-pakistan
npm install
```

Expand All @@ -45,11 +47,11 @@
## Deployment

### Production
- Push updates into the `master` branch to trigger GitHub workflows CI/CD to the gh-pages branch. Updates will be viewable on https://ciatph.github.io/pakistan_web_dev after the [deployment](https://github.com/ciatph/pakistan_web_dev/actions) has finished.
- Push updates into the `master` branch to trigger GitHub workflows CI/CD to the gh-pages branch. Updates will be viewable on https://ciatph.github.io/alliance-csa-pakistan after the [deployment](https://github.com/ciatph/alliance-csa-pakistan/actions) has finished.
- Alternatively, static files from the `/public` directory can also be hosted from any web server that can serve HTML, CSS, JavaScript and CSV files.

### Development
- Push updates into the `dev` branch to trigger GitHub workflows CI/CD to firebase hosting. Updates will be viewable on https://pakistan-web-dev.web.app after the [deployment](https://github.com/ciatph/pakistan_web_dev/actions) has finished.
- Push updates into the `dev` branch to trigger GitHub workflows CI/CD to firebase hosting. Updates will be viewable on https://pakistan-web-dev.web.app after the [deployment](https://github.com/ciatph/alliance-csa-pakistan/actions) has finished.

@ciatph
20210427
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pakistan_web_dev",
"name": "alliance-csa-pakistan",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciatph/pakistan_web_dev.git"
"url": "git+https://github.com/ciatph/alliance-csa-pakistan.git"
},
"eslintConfig": {
"env": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ciatph/pakistan_web_dev/issues"
"url": "https://github.com/ciatph/alliance-csa-pakistan/issues"
},
"homepage": "https://github.com/ciatph/pakistan_web_dev#readme",
"homepage": "https://github.com/ciatph/alliance-csa-pakistan#readme",
"devDependencies": {
"browser-sync": "^2.26.14",
"eslint": "^7.24.0",
Expand Down

0 comments on commit 91b6f3e

Please sign in to comment.