Skip to content

Hack-WashU/website2024

Repository files navigation

Hack WashU 2024 Website

Prerequisites

Getting Started

To get a local copy up and running, follow these steps.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
    cd your-repo
  2. Install npm if you haven't already:

    Visit the Node.js website and download the latest version. npm is included with Node.js, so you will get npm when you install Node.js.

  3. Install project dependencies:

    In the project directory, run:

    npm install

Running the Development Server

To start the development server, run:

npm run dev

This will start the server and you can view your project in the browser at http://localhost:3000 or the port specified in your configuration.

Contributing

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/YourFeature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/YourFeature.
  5. Open a pull request.

Note

If you're unsure where to get started/how to do what, look at the code for the 2023 website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published