diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..fc28627 --- /dev/null +++ b/404.html @@ -0,0 +1,275 @@ + + + +
+ + + + + + + + + + + + + + + + + + +git clone https://github.com/eseckel/ai-for-grant-writing
+
+cd ai-for-grant-writing
+
+# Create a virtual environment not to mess with system Python
+python3 -m venv venv
+source venv/bin/activate
+
+# Install requirements
+python -m pip install -r requirements.txt
+
+# Test
+mkdocs serve # check browser for https://localhost:8000
+
+# To quit mkdocs serve do Ctrl-C
+
+source venv/bin/activate # You need the environment from the previous step
+
+# After making changes to README.md
+python3 mkindex.py
+
+mkdocs serve # To check changes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Wa=/["'&<>]/;Vn.exports=Ua;function Ua(e){var t=""+e,r=Wa.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i