forked from magento/pwa-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (106 loc) · 3.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
layout: home
---
<section class="home-getting-started section">
<div class="container">
<div class="columns">
<div class="column">
<a href="{% link technologies/overview/index.md %}" class="card">
<h2>Overview</h2>
<p>
The Magento PWA Studio project is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.
</p>
</a>
</div>
<div class="column">
<a href="{% link venia-pwa-concept/setup/index.md %}" class="card">
<h2>Setup Venia Storefront</h2>
<p>
Setup a development environment for the Venia storefront reference built using PWA Buildpack tools and Peregrine components.
</p>
</a>
</div>
<div class="column">
<a href="{% link technologies/basic-concepts/index.md %}" class="card">
<h2>Basic Concepts</h2>
<p>
Things you need to know to work with the Magento PWA Studio tools.
</p>
</a>
</div>
<div class="column">
<a href="{% link peregrine/index.md %}" class="card">
<h2>Learn Peregrine Components</h2>
<p>
Use, extend, or remix Peregrine hooks and components to create a unique Magento PWA storefront
</p>
</a>
</div>
<div class="column">
<a href="{% link tutorials/index.md %}" class="card">
<h2>Tutorials</h2>
<p>
Become familiar with the different tools offered by the PWA Studio library.
</p>
</a>
</div>
<div class="column">
<a href="{% link technologies/contribute/index.md %}" class="card">
<h2>Contribute to this project</h2>
<p>
Read our Contribution Guidelines to find out how you can help develop this project.
</p>
</a>
</div>
</div>
</div>
</section>
<section class="home-contribute section">
<div class="container">
<div class="intro">
<h2>PWA Studio in GitHub</h2>
<p>
The Magento PWA Studio project is an open source GitHub project that welcomes community contributions and collaboration.
</p>
<p>
All the tools listed below are available as separate packages in the <a href="https://github.com/magento/pwa-studio">PWA Studio</a> monorepo.
</p>
<p>
If you have any questions, please join the <strong>#pwa</strong> Slack channel at <a href="https://magentocommeng.slack.com/">magentocommeng.slack.com</a>.
</p>
</div>
<div class="columns">
<div class="column">
<article class="repository tile">
<h3>
<a href="https://github.com/magento/pwa-studio/tree/master/packages/venia-concept">Venia Storefront source</a>
</h3>
<p>
Project source code for a conceptual and customizable PWA storefront for Magento 2.
It is built using the Peregrine component library and Buildpack tools.
</p>
</article>
</div>
<div class="column">
<article class="repository tile">
<h3>
<a href="https://github.com/magento/pwa-studio/tree/master/packages/peregrine">Peregrine source</a>
</h3>
<p>
Project source code for the collection of custom React hooks and components for the Magento PWA projects.
</p>
</article>
</div>
<div class="column">
<article class="repository tile">
<h3>
<a href="https://github.com/magento/pwa-studio/tree/master/packages/pwa-buildpack">Buildpack source</a>
</h3>
<p>
Project source code for the build and layout optimization tooling for Magento PWA projects.
</p>
</article>
</div>
</div>
<div>
</section>