To start developing or running this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/GDSC-UVPCE/Google-Cloud-Study-Jams.git
-
Navigate to the project directory:
cd Google-Cloud-Study-Jams
-
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 here. -
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 file in CSV format
-
upload file CSV to this website
-
Convert data
-
Copy all converted JSON data
-
paste JSON data into public/data.json file
Contributions are welcome!