HackYourFutureBelgium / hackyourfuture.be

Home Page:https://hackyourfuturebelgium.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack Your Future Belgium

Running locally

git clone git@github.com:HackYourFutureBelgium/hackyourfuture.be
npm install
npm start

Developing on the project

Launch the website in watch mode

npm dev

Launch the UI kit in watch more (Storybook)

npm dev:sb

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

About

https://hackyourfuturebelgium.be

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 3.2%Language:CSS 1.1%Language:HTML 0.2%