Source code for the ElementsProject.org website
Last updated Aug 27, 2025
89
Stars
45
Forks
10
Issues
0
Stars/day
Attention Score
49
Language breakdown
CSS 44.3%
JavaScript 30.8%
HTML 24.9%
▸ Files
click to expand
README
ElementsProject.org ===================
Welcome to the Elements Project. We're excited you're here, and want to collaborate with you on making Elements accessible to anyone who will find utility in their use.
Quick Start
ElementsProject.org is a static website powered by Hexo. You'll neednpm (which comes with Node.js) to get started.
Fork the repository (top right hand corner on GitHub), and get a local copy:
git clone git@github.com:YOUR_USERNAME/elementsproject.org # clone the repo cd elementsproject.org # move into the directory
Next, install the dependancies using npm install
Now, you can use Hexo to run a local copy to preview your changes:
npm start
That's it. Make modifications, commit them, and submit a pull request.
🔗 More in this category