Skip to content

A beautiful web app for viewing and comparing the specifications of AMD hardware, inspired by Intel ARK

License

Notifications You must be signed in to change notification settings

Yorkfield/SpecDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpecDB

SpecDB is a beatiful and easy-to-use AMD equivalent to Intel's ARK. It's powered by Mithril and Browserify on the front-end, and has no backend (just static files).

Setting up

  1. Clone the rep
  2. Move to cloned directory
  3. Run npm install to get node dependencies
  4. Run npm run build to build. In production, use npm run build production instead

Then, you can view SpecDB at file:///home/markasoftware/whatever/specdb/, which sholud be good enough for development. You may wish to use a proper file server, like Nginx, instead.

Adding Specs

Specs are in the specs/ folder. You can probably see how they're done by looking at the files there. If you aren't familiar with Git but still want to contribute, you can send me some specs just written out in a txt file or something on Reddit, or leave an issue here on Github, and I or someone else will do the work of turning whatever you wrote out into the necessary yaml files and adding it to the repo.

About

A beautiful web app for viewing and comparing the specifications of AMD hardware, inspired by Intel ARK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • CSS 11.2%
  • HTML 2.6%
  • Shell 2.4%