This is the static site generator code for neurodata.io
At a minimum, you will need the following tools installed:
If you do not have Grow, you can install it using:
curl https://install.grow.io | bashor (from a virtual environment)
pip install growNote that grow does not yet support Python 3.
Prior to starting the development server, you may have to install dependencies used by your project. The grow install command walks you through this and tries to set up your environment for you.
The grow run command starts your development server. You can make changes to your project files and refresh to see them reflected immediately.
grow install
grow runYou can use the grow build command to build your whole site to the build directory. This is a good way to test and verify the generated code.
grow buildPlease submit pull requests to deploy branch.
There is a LaTeX file that will build the references into a PDF, mostly
for QC. It is located in the root directory and can be built by running
make in the root directory.