summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMhykol <mchaeldonald62@pm.me>2024-05-28 10:42:38 -0400
committerMhykol <mchaeldonald62@pm.me>2024-05-28 10:42:38 -0400
commite389137747fc7d9aaf880fc240cf7b222c6cd452 (patch)
treeda5b50324e07931d996a0d04e7f7915d11146bff /README.md
parent2b994a685bf849144049343cf24b653bb42369ed (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2433b26..c5d526d 100644
--- a/README.md
+++ b/README.md
@@ -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