pristine.builders is a primary online resource for the Pristine community. It is improved and changed over time through the contributions of community members who submit content, give feedback, or volunteer their time to managing its evolution.
If you’re interested in helping to improve pristine.builders, start here. This contribution guide will help you get started.
🌏 1. pristine.builders is a portal to resources created by the community
- It will never be "encyclopedia Pristine" - we can’t add every link, or cover every topic
- Rather, its purpose is to direct people to community-built resources
- pristine.builders will always have minimal native-content
🛠 2. pristine.builders is a work in progress, because Pristine is a work in progress
- We expect it to change over time, including both content and design
- To accommodate long-term changes, the site has a simple modular structure that will let us add or remove subpages
🧙 3. pristine.builders is not a typical product website
- pristine.builders is a representation of our Pristine community, and a starting point for those who want to join it, use it, and contribute to it.
- pristine.builders should not be a traditional product website. There is no sales pitch.
Keeping in mind the above core principles, there are many ways you can get involved in improving the website!
- Check out the issues page and see if there are any you can help with!
- Submit links to add to specific sections that are incomplete, by submitting a pull-request
- Identify out-of-date information on pristine.builders (or linked to from pristine.builders) and submit a pull-request
- Suggest ideas for new subpages, new content, or other ways to improve pristine.builders by opening an issue.
If you want to suggest changes to particular sub-pages, keep in mind the purpose of each page:
- The purpose of this page is to collect core technical resources helpful to someone building on Pristine
- Information should be kept as up to date as possible, as new tools appear, standards are adopted, or material is deprecated
- This page will never be completely comprehensive: the goal is to list the most popular or widely used resources or tools.
- The purpose of this page is to collect educational material about Pristine on a variety of topics
- Some information will be technical in nature, but it will also include non-technical information, or articles that may serve as inspiration to community members
- This page is for the person who wants to get started using Pristine, but doesn’t know how.
- The purpose of this page is to offer a coherent answer to the most basic questions about Pristine: what is it, and why does it exist?
- Because this page is very simple and does not contain much content, changes to the text will be limited.
- Useful contributions include: suggesting better “beginner” content to link at the bottom of the page, or suggesting images that could be added to the page to break up the text.
- Download node.js & npm
- Download Git Bash
- Download the
master
branch - Navigate to the
pristine-website
folder - Right click and select
Git Bash Here
# In the root folder:
npm run dev
# In the root folder:
npm run build
The build should be exported to /docs/.vuepress/dist
which can be deployed to a static host. We are hosting the site on github pages via the deploy script below.
# In the root folder:
./deploy.sh
Site content is in /docs
folder. Everything else in /docs/.vuepress
This repo was originally forked from https://github.com/ethereum/ethereum-org-website.