File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ that targets [Kotlin/JS](https://kotlinlang.org/docs/js-overview.html).
38
38
** To run in development mode** :
39
39
40
40
``` shell
41
- $ git clone https://github.com/FreshKernel/alrayada-web.git --depth 1
41
+ $ git clone --depth 1 https://github.com/FreshKernel/alrayada-web.git
42
42
$ (cd alrayada-web && kobweb run -p site --layout static)
43
43
```
44
44
@@ -75,10 +75,10 @@ This information is for internal use and should be replaced when forking or adap
75
75
especially the ` FORM_URL ` .
76
76
* The images related to the brand are in the [ assets] ( ./site/src/jsMain/resources/public/assets ) directory.
77
77
* The naming in:
78
- * [ site.webmanifest] ( ./site/src/jsMain/resources/public/site.webmanifest ) , [ sitemap.xml] ( ./site/src/jsMain/resources/public/sitemap.xml ) .
79
- * The domain ` alrayada.net ` .
80
- * In the [ site's source code] ( site/src/jsMain/kotlin/net/freshplatform/alrayada_web ) .
81
- * In the [ site's build.gradle.kts] ( ./site/build.gradle.kts ) .
78
+ * [ site.webmanifest] ( ./site/src/jsMain/resources/public/site.webmanifest ) , [ sitemap.xml] ( ./site/src/jsMain/resources/public/sitemap.xml ) .
79
+ * The domain ` alrayada.net ` .
80
+ * In the [ site's source code] ( site/src/jsMain/kotlin/net/freshplatform/alrayada_web ) .
81
+ * In the [ site's build.gradle.kts] ( ./site/build.gradle.kts ) .
82
82
83
83
## 📜 Acknowledgments
84
84
You can’t perform that action at this time.
0 commit comments