Giter Club home page Giter Club logo

hackupc-live's Introduction

HackUPC Live

Netlify Status Build Status

HackUPC live preview

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

Project Setup

  1. Clone the repo.
    git clone https://github.com/hackupc/hackupc-live.git
  2. Open it with VSCode and install this extensions:
  3. Install Node.js (preferably with nvm).
  4. Install the dependencies:
    npm install
  5. Run the project in development mode:
    npm run dev
  6. Go to http://localhost:3000/ to preview the app.
  7. Install the Vue.js devtools extension (beta) to debug faster.
  8. Code. If you're not familiar with Vue 3, read its official documentation, it's very good.
  9. Open a Pull Request and ask for reviews to merge to main.
  10. Whenever the PR is merged, Netlify will build and deploy automatically. 🧙🏻‍♂️

Edit content

Theme

Theme variables are in src/live/params.scss.

Contents

Most of the content is in src/data or hardcoded into the components.

Schedule

The schedule is in src/data/schedule.ts.

  • id can be whatever you want, but all ids must be different.
  • dates are D/M/YYYY format at Spain time.

Commands

Install dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Cypress Component Testing

npm run test:unit # or `npm run test:unit:ci` for headless testing

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint

Support

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

License

MIT © Hackers@UPC

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.