diff options
Diffstat (limited to 'users/wpcarro/website/sandbox/contentful/README.md')
-rw-r--r-- | users/wpcarro/website/sandbox/contentful/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/contentful/README.md b/users/wpcarro/website/sandbox/contentful/README.md new file mode 100644 index 000000000000..9bd6fc914bb6 --- /dev/null +++ b/users/wpcarro/website/sandbox/contentful/README.md @@ -0,0 +1,18 @@ +# Contentful + +I have not used a CMS in a few years. I learned about Contentful from a +Gatsby.js tutorial, and I wanted to learn more; I created a Contentful account, +and I'm experimenting with the data here. + +## Developing + +```shell +$ nix-shell +$ yarn run dev +``` + +## Building + +```shell +$ nix-build +``` |