The web client for the Jordan Top Contributors website.
Explore the docs »
·
Report Bug
·
Request Feature
This is a Nuxtjs web client for the Jordan Top Contributors Website, a website that displays the top contributors to open source repositories in Jordan.
To get a local copy up and running follow these simple steps.
- Download and install the latest version of Node.js from here.
- Clone the repo
git clone https://github.com/jordanopensource/top-contributors-web.git
- Install NPM packages
npm install
To run the project locally for development purposes:
- Run the project
$ npm run dev
- Go to
http://localhost:3000
To build and run the project locally for production purposes:
- Build the project
$ npm run build
- Launch the production server
$ npm run start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License. See LICENSE
for more information.
Jordan Open Source Association - @jo_osa - [email protected]
Project Link: https://github.com/jordanopensource/top-contributors-web