Coder Social home page Coder Social logo

okothkongo / devfest-registration-portal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from podiihq/devfest-registration-portal

0.0 0.0 0.0 203 KB

Registration Portal for Dev Fest, an annual developers' festival, mainly sponsored by Google

Elixir 62.50% CSS 24.08% JavaScript 8.48% HTML 4.94%

devfest-registration-portal's Introduction

DevfestRegistrationPortal

To contribute

Fork the this repo then clone from forked repo from your github account

git clone https://github.com/your_username/devfest-registration-portal.git

or
git clone [email protected]:your_username/devfest-registration-portal.git

To start your Phoenix server:

  • Change directory into the cloned repo: cd devfest-registration-portal
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Create a remote repo with name upstream, i.e

git remote add upstream https://github.com/Podiihq/devfest-registration-portal

or

git remote add upstream [email protected]:Podiihq/devfest-registration-portal.git

Before working on an issue, ensure your local repo is up-to-date, by running:

git checkout develop
git pull upstream develop

When creating a branch, ensure it has an issue number.

For example, issue #3 update contribution readme should be in the branch name:

3-update-contribution-readme

Run

mix check_lint

and

mix test

Then solve any arising issues before pushing up.

Upon making changes push to the upstream remote

git push upstream branchname

Your last commit message should be in the form Update contribution readme#fixes3

Then create a pull request if you feel the issue is completed.

devfest-registration-portal's People

Contributors

cynthiaawuor avatar dennohpeter avatar lindakadz avatar midigofrank avatar misswayua avatar okothkongo avatar tass-jomo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.