diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-05-28 10:42:38 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-05-28 10:42:38 -0400 |
| commit | e389137747fc7d9aaf880fc240cf7b222c6cd452 (patch) | |
| tree | da5b50324e07931d996a0d04e7f7915d11146bff /README.md | |
| parent | 2b994a685bf849144049343cf24b653bb42369ed (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -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 |
