tvl-depot/website/sandbox/contentful
William Carroll e4ddc3ba75 Prefer builtins.path
Thanks to the Nix anti-patterns documented here...

https://nix.dev/anti-patterns/language.html#reproducability-referencing-top-level-directory-with

...I'm cleaning up some of my Nix expressions. Read the article for more
context.
2020-07-02 13:28:59 +01:00
..
src Run Prettier across projects 2020-03-27 10:59:50 +00:00
.envrc Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
.gitignore Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
default.nix Prefer builtins.path 2020-07-02 13:28:59 +01:00
package.json Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
postcss.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
README.md Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
shell.nix Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
tailwind.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
tsconfig.json Run Prettier across projects 2020-03-27 10:59:50 +00:00
yarn.lock Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00

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

$ nix-shell
$ yarn run dev

Building

$ nix-build