|
5 | 5 | <div id="app" class="container"> |
6 | 6 | <div id="navbar"></div> |
7 | 7 | <main> |
| 8 | + <h3>Build faster. Focus on your product, not the setup.</h3> |
8 | 9 | <article> |
9 | | - <p class="font-semibold">Hey there,</p> |
10 | 10 | <p> |
11 | | - This is Vanilla Javascript + Tailwind CSS template with dark/light |
12 | | - theme mode, svg icons support with Icones, pre-styled components, |
13 | | - fully responsive and SEO friendly. |
| 11 | + With <b>frames</b>, you can skip setup and focus on building. Choose |
| 12 | + from ready-to-use templates, with custom CSS and pre-integrated |
| 13 | + utilities. Build faster and smarter! |
14 | 14 | </p> |
15 | 15 | </article> |
16 | 16 | <article> |
17 | | - <p>Use this template via <code>@pr4j3sh/frames</code></p> |
18 | | - <pre><code>npm create @pr4j3sh/frames@latest js-tw myapp</code></pre> |
19 | | - <blockquote> |
20 | | - You can replace <code>myapp</code> with the choice of your name. |
21 | | - </blockquote> |
| 17 | + <b>Usage</b> |
| 18 | + <pre><code>npm create @pr4j3sh/frames@latest <template_name> myproject</code></pre> |
22 | 19 | </article> |
23 | | - <article> |
24 | | - <p>Run the app using</p> |
25 | | - <pre><code>npm run dev</code></pre> |
| 20 | + <article class="btns"> |
| 21 | + <a href="/frames/templates/"> |
| 22 | + <button>Get Started</button> |
| 23 | + </a> |
| 24 | + <a href="https://github.com/pr4j3sh/frames" target="_blank"> |
| 25 | + <button class="secondary">Github</button> |
| 26 | + </a> |
26 | 27 | </article> |
27 | | - <a href="https://github.com/pr4j3sh/js-tw"> |
28 | | - <button>Get Started</button> |
29 | | - </a> |
30 | 28 | <article> |
31 | | - <p class="font-semibold">Read more</p> |
| 29 | + <b>Read more</b> |
32 | 30 | <ul> |
33 | | - <li><a href="https://vite.dev/guide/">Vite Documentation</a></li> |
34 | 31 | <li> |
35 | | - <a href="https://tailwindcss.com/docs/utility-first" |
36 | | - >Tailwind CSS Documentation</a |
37 | | - > |
| 32 | + <a class="link" href="/frames/guides/">Guides</a> |
38 | 33 | </li> |
39 | 34 | <li> |
40 | | - <a href="https://icones.js.org/">Icones</a> |
| 35 | + <a |
| 36 | + class="link" |
| 37 | + href="https://pr4j3sh.github.io/ui/" |
| 38 | + target="_blank" |
| 39 | + >frames/ui</a |
| 40 | + > |
41 | 41 | </li> |
42 | 42 | <li> |
43 | | - <a href="https://github.com/pr4j3sh/frames">@pr4j3sh/frames</a> |
| 43 | + <a |
| 44 | + class="link" |
| 45 | + href="https://www.npmjs.com/package/@pr4j3sh/create-frames" |
| 46 | + target="_blank" |
| 47 | + >frames/cli</a |
| 48 | + > |
44 | 49 | </li> |
45 | 50 | </ul> |
46 | 51 | </article> |
|
0 commit comments