Skip to content

🕵🏻‍♀️ Showcase open positions in HackUPC to attract talent into the organization

License

Notifications You must be signed in to change notification settings

hackupc/old-recruiting-landing

Repository files navigation

HackUPC landing page

HackUPC landing preview

Hi! This is the code of the organizer landing page of HackUPC

Develop

Clone the repo, install Node and Yarn, and run yarn install the first time:

git clone [email protected]:hackupc/hackupc-landing.git
cd hackupc-landing

npm install -g yarn

yarn install

Use yarn start to compile and serve the build directory in real-time. It reloads every time there's a change. Then view the website at https://localhost:3000

yarn start

Whenever you want, fix auto-fixable lint errors and format files:

  yarn run lint:eslint
  yarn run lint:stylelint
  yarn run lint:prettier

From while to while, update the dependencies with this command:

  yarn upgrade-interactive

Tips

  • Use VS code, there's the .vscode folder with a good workspace configuration. It will be applied automatically.
  • Install ESlint and Prettier extensions.

If you're unfamiliar with modern vanilla websites, check this video from CodelyTV (in Spanish) to understand the reasoning and benefits of this kind of architectures.

Deploy

Push to master. Netlify will build and deploy automatically.

If you push something that doesn't build, don't worry, it won't be published.

Support

If you need help understanding something of this repo you can ask the previous developers. The ones that made the 2021 edition are:

License

MIT © Hackers@UPC

About

🕵🏻‍♀️ Showcase open positions in HackUPC to attract talent into the organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published