Skip to content

Eclipse-Expos/apply.eclipseexpos.org

Repository files navigation

apply.eclipseexpos.org

Screenshot 2023-12-12 at 3 25 34 PM

Preview

https://apply.eclipseexpos.org/

Contributing

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/Eclipse-Expos/apply.eclipseexpos.org.git
  2. Install NPM packages

     npm install
  3. Run the database container

    docker compose up database -d
  4. Run prisma migrations

    npx prisma migrate dev
  5. Run the development server

    npm run dev

Note: You will have to create a .env file from the template

Committing

  1. Create a new feature branch

    git checkout -b feature/AmazingFeature
  2. Commit your changes

     git commit -m 'feat: add some AmazingFeature'

    Remember to use semantic commits

  3. Push to the branch

    git push origin feature/AmazingFeature
  4. Open a pull request to the dev branch

  5. Associate the pull request with the relevant issue (if applicable)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •