https://github.com/ishan-im/cyber-defence
Cyber Defense Website
https://github.com/ishan-im/cyber-defence
cybersecurity
Last synced: 2 months ago
JSON representation
Cyber Defense Website
- Host: GitHub
- URL: https://github.com/ishan-im/cyber-defence
- Owner: ishan-im
- Created: 2022-05-15T10:25:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T11:27:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T04:29:01.121Z (4 months ago)
- Topics: cybersecurity
- Language: JavaScript
- Homepage: http://cyber-defence-2.vercel.app/
- Size: 953 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cyber Defence
## `Clone the repo`
First, clone this repository and run the development server:
```bash
$ git clone [email protected]:ishan-im/Cyber-defence.git
npm install
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## `Push to a new repo`
Git push to a new repository:
```bash
$ git init
git add -A
git commit -m
git remote add origin [email protected]:ishan-im/Cyber-defence.git
git push -u -f origin main
```## `Push to existing repo`
Git push to existing repository:
```bash
$ git remote set-url origin [email protected]:ishan-im/Cyber-defence.git
git add -A
git commit -m
git push -f origin main
```## `Change reflect in local repo`
Git change in remote repo reflect in local repo:
```bash
$ git checkout main
git pull -s recursive -X theirs
git reset --hard origin/main
git pull origin main
```## `Learn More`
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.## `Live Deployment`
Live Here