rebelchris / abell-website

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

Home Page:https://abelljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://abelljs.org


Languages

Language:JavaScript 62.9%Language:CSS 37.1%