This demo app was created along with a Phrase blog article.
- Ensure that you have the Node.js runtime on your dev machine
- Ensure that you have the Gatsby CLI installed on your dev machine
- Navigate to the project root.
- Run
npm install
. - Run
gatsby develop
to launch the app and start developing
If you're using the Phrase In-Context Editor with this demo (which is optional), make sure to:
- Copy
.env.example
to.env.development
and update the latter by adding your actual project ID - If you want to use the Phrase ICE in production builds, repeat step 1. and
create an
.env.production
file as well
⚠️ You probably want to add your .env* files to your .gitignore for security
Please note that while this demo app is released under the MIT license, the Gatsby default starter boilerplate on which this demo is based is released under the BSD Zero Clause License.