All Projects → hackupc → hackupc-landing

hackupc / hackupc-landing

Licence: MIT license
🚀 HackUPC's landing page

Programming Languages

HTML
75241 projects
SCSS
7915 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to hackupc-landing

InOut4-landing
Landing page of InOut 4.0
Stars: ✭ 16 (-48.39%)
Mutual labels:  landing-page, hackathon
htmlhost
hostHTML.live is downright the fastest way of hosting your single page HTML!
Stars: ✭ 21 (-32.26%)
Mutual labels:  static, live
hexblade
My own Linux desktop and docker image on top of Ubuntu.
Stars: ✭ 15 (-51.61%)
Mutual labels:  live
lander
Your landing page on the decentralized internet
Stars: ✭ 39 (+25.81%)
Mutual labels:  landing-page
MOE
MOE is an event-driven OS for 8/16/32-bit MCUs. MOE means "Minds Of Embedded system", It’s also the name of my lovely baby daughter 😎
Stars: ✭ 54 (+74.19%)
Mutual labels:  schedule
like-fx-miniapp
微信小程序直播点赞效果
Stars: ✭ 19 (-38.71%)
Mutual labels:  live
NUAA ClassSchedule
NUAA_ClassSchedule 登录南京航空航天大学新教务系统,获取课表及考试信息,解析后生成iCal日历及xlsx表格文件,进而导入Outlook等日历...
Stars: ✭ 29 (-6.45%)
Mutual labels:  schedule
spank
Slap the pages out of a SPA
Stars: ✭ 50 (+61.29%)
Mutual labels:  static
streaming-pt
Live TV 📺 and Radio 📻 shell scripts from Portugal 🇵🇹.
Stars: ✭ 52 (+67.74%)
Mutual labels:  live
play-bootstrap
Free HTML Template for - Startup, SaaS, Business, App, and Software Website & Landing Page. Play is 100% Free and Open-source template project that initiated by UIdeck Team.
Stars: ✭ 182 (+487.1%)
Mutual labels:  landing-page
dayder
Search lots of data sets for spurious correlations
Stars: ✭ 44 (+41.94%)
Mutual labels:  hackathon
blrec
Bilibili Live Streaming Recorder 哔哩哔哩直播录制
Stars: ✭ 124 (+300%)
Mutual labels:  live
CTF-Script-And-Template-Thrift-Shop
[180+ scripts] There are a few genuine gems in there. And a lot of spaghetti code. Most of these scripts were for solving CTF's. If you googles something for a CTF and landed here look at the scripts they're all fairly malleable. Sorry for the shitty naming conventions (not really). If you are a recruiter stop. I wont be able to rewrite half thi…
Stars: ✭ 38 (+22.58%)
Mutual labels:  hackathon
cron-bundle
This bundle provides a simple interface for registering repeated scheduled tasks within your application.
Stars: ✭ 45 (+45.16%)
Mutual labels:  schedule
hackathon-prep-material
Getting ready for a Bluemix hackathon? Here is some great material to get you started.
Stars: ✭ 26 (-16.13%)
Mutual labels:  hackathon
schedule-rs
An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
Stars: ✭ 93 (+200%)
Mutual labels:  schedule
live-graphql
Código da live de GraphQL do Bootcamp GoStack 🎓
Stars: ✭ 22 (-29.03%)
Mutual labels:  live
octobercms-juicy-theme
Clean, simple and responsive landing page build on Vue.js with backend editing
Stars: ✭ 20 (-35.48%)
Mutual labels:  landing-page
hackathon
Repositório de hackathons do Training Center
Stars: ✭ 20 (-35.48%)
Mutual labels:  hackathon
jquery-schedule
jQuery Schedule
Stars: ✭ 53 (+70.97%)
Mutual labels:  schedule

HackUPC landing page

Netlify Status CI

HackUPC landing preview

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].