edrc.me is a free tool for working with AutoDesk Eagle files on GitHub. It automates DRC checks, image generation, gerber generation, and makes it easy to share the status of your projects. This is the source for the frontend.
First, make sure you install any NodeJS dependencies:
npm iThen, ensure that you have the backend server running locally or are proxying to the backend service. Then start by running these commands in parallel:
npm run watch-cssnpm run watch-docsnpm run start
You may need to login to the site first by goign to http://localhost:3001/auth/github (assuming the backend is running on port 3001).
Before you PR make sure to run npm run build and check for errors!
The second command will open your browser to the local development server and you're off to the races. Change files locally to make changes!