@genesislcap/blank-app-seed 3.30.0-prerelease.24 → 3.30.0-prerelease.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.genx/package.json +1 -1
- package/CHANGELOG.md +7 -0
- package/README.md +5 -5
- package/package.json +1 -1
package/.genx/package.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.30.0-prerelease.25](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.30.0-prerelease.24...v3.30.0-prerelease.25) (2024-10-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* reformat ReadMe layout & allow markdown in description GENC-845 (#361) a1b8972
|
|
9
|
+
|
|
3
10
|
## [3.30.0-prerelease.24](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.30.0-prerelease.23...v3.30.0-prerelease.24) (2024-10-14)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
# {{appName}}
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
their projects. Each seed adheres to strict Genesis best practices, and has passed numerous performance, compliance and
|
|
5
|
-
accessibility checks.
|
|
3
|
+
{{{description}}}
|
|
6
4
|
|
|
7
|
-
{{description}}
|
|
8
5
|
{{!
|
|
9
6
|
|
|
10
7
|
# Testing
|
|
@@ -42,9 +39,12 @@ To get a simple application running check the [Quick Start](https://learn.genesi
|
|
|
42
39
|
|
|
43
40
|
If you need an introduction to the Genesis platform and its modules it's worth heading [here](https://learn.genesis.global/docs/getting-started/learn-the-basics/simple-introduction/).
|
|
44
41
|
|
|
45
|
-
|
|
46
42
|
## Project Structure
|
|
47
43
|
|
|
44
|
+
This project has been created from the Genesis Blank Application Seed. Our seeds allow users to quickly bootstrap
|
|
45
|
+
their projects. Each seed adheres to strict Genesis best practices, and has passed numerous performance, compliance and
|
|
46
|
+
accessibility checks.
|
|
47
|
+
|
|
48
48
|
This project contains **server** and **client** directories which contain the server and client code respectively.
|
|
49
49
|
|
|
50
50
|
### Server
|