Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1010 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1010 Bytes

Contributing

Join chat badge of slack

🖥 Local Setup

Fork the repository

git clone https://github.com/<your-github-username>/abell-renderer
cd abell-renderer
npm run example main # to run example `main` from `examples/main`

Running Examples

Command: npm run example <example-directory-name>

<example-directory-name> - is directory name of example from examples/ directory.

E.g: npm run example main will render ./examples/main/in.abell

🏃 Running Tests

  • npm install if you haven't already
  • npm test

If you are stuck somewhere, you can reach out with questions on my Twitter @saurabhcodes or email me at saurabhdaware99@gmail.com