ChordPro Frontpage provides an NPM setup that allows you to build the chordpro.org frontpage.
git clone https://github.com/glewe/chordpro-frontpage
cd chordpro-frontpage
npm install
Edit the corresponding files with your changes. Note, the repo uses .ejs
files for HTML includes.
From the command line run:
npm run build
This will compile the new frontpage files based on your customizations. The files will be placed in the dist
folder.
You can run a local web server on port 3000 like so:
npm run start
Navigate your browser to http://localhost:3000/
to see the website on your local machine.
If you encounter problems or have ideas for improvement, go ahead and open an issue here at GitHub.
Enjoy and best regards,
George