Skip to content

ssaini4/devleague-client

Repository files navigation



DevLeague Logo

DevLeague

Your Github profile as a Pokemon card

Netlify Status

Welcome to the frontend repository of DevLeague.io, built using Svelte, a modern UI framework that compiles components into highly efficient JavaScript at build time.

For the backend, see devleague-backend.

Table of Contents

Project Overview

This project serves as the frontend for DevLeague.io.

Getting Started

To set up the project locally, follow the steps below.

Prerequisites

Ensure you have the following installed:

  • Node.js (version 14 or later)
  • npm (comes with Node.js)

Installation

  1. Clone the Repository:

    git clone https://github.com/ssaini4/devleague-client.git
    cd devleague-client
  2. Install Dependencies:

    npm install

Running the Application

To start the development server:

npm run dev

By default, the application will be accessible at http://localhost:5173. You can change the port by modifying the --port flag in the package.json scripts.

Building for Production

To build the application for production:

npm run build

The optimized output will be in the .svelte-kit/ directory.

Contributing

We welcome contributions! Please create a new issue with your idea or feature request.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published