All Projects → abelljs → abell-website

abelljs / abell-website

Licence: other
Documentation website of Abell (https://abelljs.org)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to abell-website

abell-renderer
A template engine that lets you write variables, loops, and conditions in HTML using JavaScript Syntax.
Stars: ✭ 42 (+180%)
Mutual labels:  abell

abelljs.org

Source code of https://abelljs.org

GitHub package.json version    Twitter profile badge of @abellland

Contributing

This website is built with Abell as well, after following steps from Setting up locally section, you can edit the files which you want to contribute in and send pull request to the main branch of this repository.

Setting up locally

  • Fork this repository
git clone https://github.com/:your-github-username/abell-website
cd abell-website
npm install
npm run dev

GitHub Token

This is only needed if you want to contribute to /issue-finder page.

  1. Go to https://github.com/settings/tokens/new.
  2. Select public_repo scope amd click Generate Token button.
  3. Create .env file in project root with
GITHUB_TOKEN=<Your Personal Access Token>

Run dev server npm run dev


Thank you and do let us know what you think on Twitter @AbellLand

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].