@bigbinary/neeto-api-keys-frontend 1.0.1

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 ADDED
@@ -0,0 +1,29 @@
1
+ # neeto-api-keys-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
+ # How to setup neetoCI.
22
+
23
+ 1. Go to https://neeto-engineering.neetoci.net/projects.
24
+ 2. Click `Add new project`.
25
+ 3. ```
26
+ Project name: neeto-api-keys-nano
27
+ Namespace: bigbinary
28
+ Repository: bigbinary/neeto-api-keys-nano
29
+ ```