π Link to live website on Glitch
π΅ππ progressive web app for Songkick
1. Clone this repo and install any dependancies:
npm install
2. Add in environment variables:
You'll need the following to be added to .env
(see .env-sample
):
- Songkick API key (SONGKICK_API_KEY): https://www.songkick.com/developer
- Server IP Address (SERVER_IP):
hostname -I
3. Start a live-reload development server:
npm run dev
This is a full web server nicely suited to your project. Any time you make changes within the
src
directory, it will rebuild and even refresh your browser.
3. Generate a production build in ./build
:
npm run build
5. Start local production servers:
npm start
based on the preact boilerplate: https://github.com/developit/preact-boilerplate