Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Apr 8, 2024
1 parent e106c88 commit 5f9d3f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@


<p align="middle">
<img width="900px" height="500px" src="./public/base-stack.png" />
</p>

# Welcome to Forge 42 base-stack

This is a base-stack for Forge 42 projects. This stack is a starting point for all Forge 42 stacks with more
Expand Down
Binary file added public/base-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scripts/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function Index() {

const removeForgeAssets = async () => {
await fs.unlink("public/logo.png");
await fs.unlink("public/base-stack.png");
await fs.unlink("public/banner.png");
console.log(chalk.green("Forge assets are removed from public directory"));
};
Expand Down

0 comments on commit 5f9d3f0

Please sign in to comment.