YoYo
1.0.0

Une alternative de moteur de commentaire simple mort à Disqus.
Caractéristiques:


Placez le code suivant où vous aimeriez que Yoyo se charge:
<div id="YoYo"></div>
<script src="https://yoyo-client-production.s3.amazonaws.com/dist/index.js"></script>
Yoyo est construit sur AWS, vous devez donc avoir un compte AWS et configurer vos informations d'identification AWS prêtes.
YOYO API monte sur AWS Lambda, AWS API Gateway et AWS DynamoDB.
Yoyo Client est construit sur REACT TOP, puis déployé sur AWS S3 avec AWS CloudFront.
$ cd api
$ npm install
$ npm run deploy:production # or npm run deploy:staging, npm run deploy:testing
Exécutez le test sur l'API:
$ [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