8000 GitHub - randomlylelo/HackYourOwn: HYO website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

randomlylelo/HackYourOwn

 
 

Repository files navigation

HackYourOwn

HYO website

Building

Prerequisites

  1. Git
  2. Node
    1. If you're on Unix/macOS/WSL, consider using nvm to install instead.
  3. GitHub account

Setup

  1. Hit the Fork button in the top right corner to fork the repository to your GitHub.

  2. Clone the resulting repository.

git clone git@github.com:<your GitHub username>/HackYourOwn.git

If you don't have SSH keys set up with your GitHub, you can also use

git clone https://github.com/<your GitHub username>/HackYourOwn.git
  1. Enter the cloned repository and install dependencies.
cd HackYourOwn
npm install
  1. Start a development server to see your changes rendered live as you make them.
npm run dev
  1. View the rendered content at http://localhost:3000.

Contributing

If you would like to contribute, please follow these steps.

  1. Make your desired changes in your local cloned repository.
  2. View changed files with git status.
  3. Add each changed file to the next commit with git add <filename>.
  4. Commit your changes with git commit -m "<insert informative commit message describing your changes>".
  5. Push the changes to your remote repository with git push.
  6. Open a pull request from your forked repository on GitHub.

About

HYO website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0