Skip to content

baikho/HYFBE-hackyourfuture.be

 
 

Repository files navigation

Hack Your Future Belgium

Running locally

git clone [email protected]:HackYourFutureBelgium/hackyourfuture.be
npm install
npm start

Update

Application form link ("Apply now" button)

Partners logo

Success stories

End-to-end tests

Running the end-to-end tests in cypress (headless)

npm run test:e2e:headless

Running the end-to-end tests in a visible GUI

You might want to do this, for example, if there are some accessibility tests that are failing and you like to mess around with the particular elements in the page that are the issue

npm run test:e2e

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.3%