# cosmicflow.space This is the source code of the cosmicflow website ## How it works There is a main script called [](./create.sh) just cd into the cloned repository, and run it, this runs all other scripts and generates the static stite in the [](./public) directory. Ofcourse do not expect it to work as is. There are many things which have to be configured according to your needs, the purpose of this is to serve as template for you to build your sites, not to be used as is. ``` console cd cosmicflow ./create.sh ```