You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
4
+
5
+
## Installation
6
+
7
+
We support [Devcontainers](https://containers.dev/). You can use the provided development container to work on this project. The development container includes all the necessary tools and dependencies to work on this project.
8
+
9
+
Otherwise, download, install and configure [Node.js](https://nodejs.org/en/download/).
10
+
11
+
Then, run the following commands to install the dependencies and run the tests:
12
+
13
+
```bash
14
+
npm ci
15
+
npm test
16
+
```
17
+
18
+
## Authors
19
+
20
+
### Maintainers
21
+
22
+
- Timur Moziev ([@TimurRin](https://github.com/TimurRin))
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
132
-
133
-
You need Node.js installed on your device.
134
-
135
-
You can also develop in the Devcontainer mode.
131
+
Visit [`CONTRIBUTING.md`](CONTRIBUTING.md).
136
132
137
-
After preparations, install:
133
+
Current maintainers:
138
134
139
-
```bash
140
-
npm ci
141
-
```
142
-
143
-
### Road to 1.0
144
-
145
-
`TODO`
135
+
- Timur Moziev ([@TimurRin](https://github.com/TimurRin))
146
136
147
137
## License
148
138
149
-
Clivo is licensed under the ISC License - see the [LICENSE](LICENSE) file for details.
139
+
Visit [`LICENSE`](LICENSE).
150
140
151
-
## Authors
141
+
## Anca
152
142
153
-
- Timur Moziev ([@TimurRin](https://github.com/TimurRin))
143
+
This repository is a part of [Anca](https://github.com/cinnabar-forge/anca) standardization project. Parts of the files and code are generated by Anca.
0 commit comments