File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ for package in "${packages[@]}"; do
16
16
echo -e " import { Meta } from '../../.storybook/components';\n\n<Meta title=\" Packages/${package_name} \" />\n\n$( cat ${src_file_path} ) " > " ${dest_file_path} "
17
17
done
18
18
19
+ templates=(./templates/* )
20
+
19
21
mkdir -p ./docs/templates
20
22
21
23
for template in " ${templates[@]} " ; do
22
24
template_name=$( echo ${template} | cut -d' /' -f 3)
23
25
src_file_path=" ${template} /README.md"
24
26
dest_file_path=" ./docs/templates/${template_name} .mdx"
25
27
26
- echo -e " import { Meta } from '../../.storybook/components';\n\n<Meta title=\" Packages /${template_name} \" />\n\n$( cat ${src_file_path} ) " > " ${dest_file_path} "
28
+ echo -e " import { Meta } from '../../.storybook/components';\n\n<Meta title=\" Templates /${template_name} \" />\n\n$( cat ${src_file_path} ) " > " ${dest_file_path} "
27
29
done
28
30
29
31
# CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A template for Circuit UI + Astro apps with SumUp's frontend stack.
10
10
11
11
## 💻 Prerequisites
12
12
13
- - You should have ** Node.js** installed at a version equal to or above ** ` v18.14.1 ` ** .
13
+ - You should have ** Node.js** installed at a version equal to or above ** ` v20.0.0 ` ** .
14
14
15
15
## ✨ Setting up a new project
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A template for Circuit UI + Remix apps with SumUp's frontend stack.
10
10
11
11
## 💻 Prerequisites
12
12
13
- - You should have ** Node.js** installed at a version equal to or above ** ` v18 .0.0` ** .
13
+ - You should have ** Node.js** installed at a version equal to or above ** ` v20 .0.0` ** .
14
14
15
15
## ✨ Setting up a new project
16
16
You can’t perform that action at this time.
0 commit comments