diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# Project Name +# Cosmic Cosmic is a framework build on top of express. # Installation @@ -64,6 +64,11 @@ MYSQL_PASSWORD = "Password" ``` On `NODE_ENV` change `dev` to `prod` +## Create `favicon` folder +```bash +mkdir favicon +``` + ## Create Pages To create a page write a `class` then add to the `scripts` folder. ```js |
