My personal website, currently hosted at ÆOSRI by Vercel. Built with React and Next.js.
Use yarn dev
to start a local server.
Make sure to include the following enviroment variables in your .env
:
-
HOOK_SECRET
: a secret to authorize the webhook operation. -
CMS_URL
: the URL to your CMS (preferably Strapi). -
DATABASE_URL
: the URL to your Postgres database.
This repository is currently licensed with the MIT (Expat) (SPDX-License-Identifier: MIT); everyone with a copy of this software is permitted to use, modify, distribute and/or sublicense it, provided that the LICENSE and the copyright headers on the top of each source file are preserved in copies of this package.
There is no warranty of any kind for this material, nor the author is liable for any third-party use of this collection. For more details and clarification, please read the LICENSE in full text.
I will probably, in future iterations, change to another more restrictive license, but further study is required in this matter.