diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c1d25e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Digital Planner + +### Prerequisites: +- [Python](https://www.python.org/downloads/) +- [Node.js](https://nodejs.org/en) + +### Installing dependencies: +- `pip install jinja2 playwright` +- `npm install` + +### Run the command to generate the planner: +- `npm run build`