YoYo
1.0.0

Eine tote einfache Kommentar -Engine -Alternative zu disqus.
Merkmale:


Platzieren Sie den folgenden Code, in dem Yoyo geladen werden soll:
<div id="YoYo"></div>
<script src="https://yoyo-client-production.s3.amazonaws.com/dist/index.js"></script>
Yoyo ist auf AWS aufgebaut, sodass Sie ein AWS -Konto haben und Ihre AWS -Anmeldeinformationen bereitstellen müssen.
Yoyo APIs läuft auf AWS Lambda, AWS API Gateway und AWS Dynamodb.
Der Yoyo -Client wird auf Top React erstellt und dann mit AWS Cloudfront auf AWS S3 bereitgestellt.
$ cd api
$ npm install
$ npm run deploy:production # or npm run deploy:staging, npm run deploy:testing
Test auf API ausführen:
$ [email protected]
SENDGRID_API_KEY=<your sendgrid api key>
SITE_OWNER_EMAIL=<your email>
npm test
# cd client
# npm install
# npm run build-prod # or 'npm run develop' to do development on local
MIT