Compare commits

...
5 Commits
Author SHA1 Message Date
rilaxik c2684a48fc Merge pull request 'Rpc integration + type fixes' (#3) from dev into master
Reviewed-on: #3
2024-10-28 12:13:19 +00:00
sashagoncharov19 0059a41d0d Update readme.md 2024-06-17 03:47:57 +00:00
rilaxik cc1ebbd66b quickfix issue template had extra optional label 2024-06-15 14:54:07 +01:00
sashagoncharov19 301a65e77f v0.1.0
Reviewed-on: #2
2024-06-15 13:50:13 +00:00
sashagoncharov19 57d80d41d6 Merge pull request 'v0.1.0' (#1) from dev into unstable
Reviewed-on: #1
Reviewed-by: Oleksandr Honcharov <[email protected]>
2024-06-15 13:48:40 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ body:
- type: textarea - type: textarea
id: reproduction id: reproduction
attributes: attributes:
label: Reproduction (Optional) label: Reproduction
description: Steps to reproduce the bug, if applicable description: Steps to reproduce the bug, if applicable
validations: validations:
required: true required: true
@@ -57,7 +57,7 @@ body:
- type: textarea - type: textarea
id: additional_information id: additional_information
attributes: attributes:
label: Additional Information label: Additional Information (Optional)
description: Add any other information that might be useful in diagnosing the issue description: Add any other information that might be useful in diagnosing the issue
validations: validations:
required: false required: false
+1 -1
View File
@@ -13,7 +13,7 @@ You can find out more about our CLI [here](https://git.entityseven.com/entitysev
At the moment automation we have only works via [pnpm](https://pnpm.io/). To scaffold a basic project with minor settings you can use our CLI: At the moment automation we have only works via [pnpm](https://pnpm.io/). To scaffold a basic project with minor settings you can use our CLI:
``pnpm create rage-fw`` ``pnpm create rage-fw@latest``
This will give you a few options, among them, you can find ``Initialize new project``. Use that option to scaffold a new project for yourself using the preferred frontend framework This will give you a few options, among them, you can find ``Initialize new project``. Use that option to scaffold a new project for yourself using the preferred frontend framework