cosmicflow/README.md

14 lines
526 B
Markdown
Raw Normal View History

2025-03-02 14:42:44 +05:30
# cosmicflow.space
This is the source code of the cosmicflow website
2024-06-04 15:20:50 +00:00
2025-03-02 14:40:08 +05:30
## 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.
2025-03-02 14:40:08 +05:30
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
```