Giter VIP home page Giter VIP logo

hacknight5.0_leaderboard's Introduction

Developing

  1. Fork this repo and clone it to your local system
  2. Run npm install to install all the dependencies
  3. Start a development server on your local system with
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run build

File Structure

  • Most of your work will be in the src/ folder and here's the folder structure for it:
src
├── app.css
├── app.html
├── lib
│   └── index.js
└── routes
    ├── Background.svelte
    ├── +layout.svelte
    ├── leaderboard
    │   ├── CardRow.svelte
    │   ├── Card.svelte
    │   └── +page.svelte
    ├── +page.svelte
    ├── repos
    │   └── +page.svelte
    └── [slug]
        ├── +page.js
        └── +page.svelte

6 directories, 12 files

Every folder inside the routes/ folder is a route. Every folder I mentioned, has a +page.svelte inside it. This defines the contents of that particular page. The +page.svelte inside the routes folder and outside any other folder inside the routes/ directory defines what's there in the root route. Refer the Svelte Documentation for more information. Feel free to approach the maintainer too.

Issues

  • We made this website and we think it's perfect, hence, the lack of issues
  • We expect the contributors to make issues and they will be awarded extra for the same
  • So go give our site some criticism and solve them!

Maintainer

Anurag Rao @anuragrao04

email: [email protected]

phone: 9663006833

hacknight5.0_leaderboard's People

Contributors

anuragrao04 avatar bun137 avatar ad-chaos avatar achyuthcodes30 avatar vyoj avatar

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.