Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 889 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 889 Bytes

PSN Hack Club Website

This is the PSN Hack Club's official website.
Made using next.js (statically generated react.js)

Feel free to contribute. Fork the repository and make a PR!
Visit the website here

Adding a project

Proud of a project you want to add? Fork the repository, and add a file in the gallery folder. Throw in a descriptive title, and a description. You can also add links for the source code and a demo. The following fields can be put in:

{
  "title": "Project Title", // Required Field
  "description": "Project Description", // Required Field
  "source": "Link for source code", // Optional Field
  "demo": "Link for demo" // Optional Field
  "authors": ["Author 1", "Author 2"] // Optional Field
}

Once you're done, just make a PR and we'll add it to the gallery! No project is too small!