@bigbinary/neeto-thank-you-frontend 1.0.2
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/README.md +36 -0
- package/dist/index.cjs.js +14003 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.js +13968 -0
- package/dist/index.js.map +1 -0
- package/package.json +181 -0
- package/types.d.ts +3 -0
package/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# neeto-thank-you-nano
|
|
2
|
+
|
|
3
|
+
This repo acts as the source of truth for the new nano's structure, configs,
|
|
4
|
+
data etc.
|
|
5
|
+
|
|
6
|
+
# Local Development Setup
|
|
7
|
+
|
|
8
|
+
1. Setup
|
|
9
|
+
[Instructions](https://github.com/bigbinary/neeto-engineering/tree/main/Local-Development-Setup).
|
|
10
|
+
|
|
11
|
+
2. Run `yarn build` to bundle the app.
|
|
12
|
+
|
|
13
|
+
3. Visit http://spinkart.lvh.me:9100 and login with email `oliver@example.com`
|
|
14
|
+
and password `welcome`.
|
|
15
|
+
|
|
16
|
+
# Publish instructions
|
|
17
|
+
|
|
18
|
+
1. [Engine and package installation](./docs/engine-and-package-installation.md)
|
|
19
|
+
2. [Building and releasing](./docs/building-and-releasing.md)
|
|
20
|
+
|
|
21
|
+
# Replace NeetoThankYounano with your project name
|
|
22
|
+
|
|
23
|
+
Let's say that the project name is `NeetoBigFish`. Execute the below script to
|
|
24
|
+
replace it.
|
|
25
|
+
|
|
26
|
+
- [Script to replace project name](./docs/replace-project-name-script.md)
|
|
27
|
+
|
|
28
|
+
# How to setup neetoCI.
|
|
29
|
+
|
|
30
|
+
1. Go to https://neeto-engineering.neetoci.net/projects.
|
|
31
|
+
2. Click `Add new project`.
|
|
32
|
+
3. ```
|
|
33
|
+
Project name: neeto-thank-you-nano
|
|
34
|
+
Namespace: bigbinary
|
|
35
|
+
Repository: bigbinary/neeto-thank-you-nano
|
|
36
|
+
```
|