To start developing or running this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/avayyyyyyy/gccp-leaderboard.git
-
Navigate to the project directory:
cd cloud-leaderboard
-
Initialize npm:
npm install
-
Start the project locally:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To update the data used by your project, follow these steps:
-
Locate the
public/data.json
file in your project directory. You can access it. -
Replace the contents of
data.json
with your own JSON data. You can manually edit the file or use a tool to generate the JSON data from other sources. -
Save the changes to
data.json
.
That's it! Your project should now use the updated data.
-
Download the file in CSV format
-
Upload the file to any CSV to JSON Converter.
-
Convert data
-
Copy all converted JSON data
-
paste JSON data into the public/data.json file