Skip to content

Commit 5f9d3f0

Browse files
committed
README update
1 parent e106c88 commit 5f9d3f0

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
3+
<p align="middle">
4+
<img width="900px" height="500px" src="./public/base-stack.png" />
5+
</p>
6+
17
# Welcome to Forge 42 base-stack
28

39
This is a base-stack for Forge 42 projects. This stack is a starting point for all Forge 42 stacks with more

public/base-stack.png

283 KB
Loading

scripts/cleanup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default function Index() {
6363

6464
const removeForgeAssets = async () => {
6565
await fs.unlink("public/logo.png");
66+
await fs.unlink("public/base-stack.png");
6667
await fs.unlink("public/banner.png");
6768
console.log(chalk.green("Forge assets are removed from public directory"));
6869
};

0 commit comments

Comments
 (0)