Your Github profile as a Pokemon card
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.
This project serves as the frontend for DevLeague.io.
To set up the project locally, follow the steps below.
Ensure you have the following installed:
-
Clone the Repository:
git clone https://github.com/ssaini4/devleague-client.git cd devleague-client
-
Install Dependencies:
npm install
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.
To build the application for production:
npm run build
The optimized output will be in the .svelte-kit/
directory.
We welcome contributions! Please create a new issue with your idea or feature request.
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.