Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.42 KB

Deschutes Tech Guild Website

Getting Started

1. Install dependencies

It is encouraged to use pnpm so the husky hooks can work properly.

pnpm install

2. Run the development server

You can start the server using this command in your project root:

pnpm dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx'.


Getting Started using Docker

1. Install Docker on your machine

Get Docker

2. Run Docker Compose Watch

This will start Docker Compose in watch mode, which will automatically sync your changes locally with your docker container.

docker compose watch

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx'.


Contributing

How to Contribute

  1. Fork the repository
  2. Clone your fork
  3. Create a new branch
  4. Make your changes
  5. Commit and push your changes
  6. Create a pull request
  7. Wait for your pull request to be reviewed and merged

Contributors

Special thanks to our Contributors!

@nslee333

@mchineboy

@MrKomputerKid