Skip to content

melanierichards/product-resources

Repository files navigation

Product Resources

Resources for current and aspiring product managers, organized by topic. Adding helpful resources and bookmarks as I come across them! Contribution guidelines

Live Site

https://product.melanie-richards.com/

Tech Stack

This site is built with:

  • Eleventy: static site generator
  • Notion API: fetches a product resources database I have in my personal Notion environment.
  • Netlify: where this site is deployed to (disclaimer: my current employer!).

Getting Started

Since I am using a private database, these instructions are probably most useful if you want to create a similar site, vs contribute to this one. If you have a content suggestion, feel free to file an issue.

  1. Fork and clone the project.
  2. Run npm install from your command line to install dependencies (assumes you have Node and npm installed).
  3. Set the environment variables specified below.
  4. Run npm run start and visit localhost:8080.

Environment variables

Rename the .env.sample file in the root of this project to .env. Update the following variable values:

If you deploy your site on a platform like Netlify, you will need to set these same environment variables there as well!