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
Copy file name to clipboardExpand all lines: README.md
+48-31Lines changed: 48 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,6 @@
36
36
37
37
[No Clocks, LLC](https://github.com/noclocks) is an avant-garde technology-based agency that brings together a dynamic team of Software Engineers, Web Developers, and Data Engineers. We thrive on innovation and our proficiency spans a multitude of programming languages and frameworks, making us a formidable force in technology consulting and development across various industries.
38
38
39
-
## Repository
40
-
41
-
This repository houses the codebase for our official website hosted at <https://noclocks.dev>.
42
-
43
-
It serves as a digital showcase of our expertise and the services we offer, reflecting our commitment to excellence and our journey towards becoming an engineering powerhouse.
44
-
45
-
### Project Structure
46
-
47
-
`#TODO`
48
-
49
39
## Features
50
40
51
41
-**Dynamic Web Presence**: Our website is designed to be responsive, engaging, and informative, providing an in-depth look at our services and the unique value we bring to our clients.
@@ -64,6 +54,27 @@ This project is built using a mix of cutting-edge technologies that include:
64
54
-**Third-Party API Integrations**:
65
55
-**Artificial Intelligence Tooling**:
66
56
57
+
## Repository
58
+
59
+
This repository houses the codebase for our official website hosted at <https://noclocks.dev>.
60
+
61
+
It serves as a digital showcase of our expertise and the services we offer, reflecting our commitment to excellence and our journey towards becoming an engineering powerhouse.
62
+
63
+
### Project Structure
64
+
65
+
`#TODO`
66
+
67
+
The project structure is as follows:
68
+
69
+
```plaintext
70
+
.
71
+
├── .github
72
+
│ └── workflows
73
+
│ └── build.yml
74
+
├── .gitignore
75
+
├── LICENSE
76
+
```
77
+
67
78
### Tech-Stack
68
79
69
80
-[Node.js]() | [Bun.js]()
@@ -104,6 +115,14 @@ and populate `.env`:
104
115
...
105
116
```
106
117
118
+
### Run Locally
119
+
120
+
`#TODO`
121
+
122
+
### Deployment
123
+
124
+
`#TODO`
125
+
107
126
### Technical Documentation
108
127
109
128
`#TODO`
@@ -112,9 +131,26 @@ and populate `.env`:
112
131
113
132
`#TODO`
114
133
115
-
### Deployment
134
+
##Contributing
116
135
117
-
`#TODO`
136
+
We welcome contributions from the community, whether it's fixing bugs, improving the documentation, or proposing new features. Please read [CONTRIBUTING.md]() for details on our code of conduct and the process for submitting pull requests to us.
Join us in redefining what's possible in technology and consulting by partnering with No Clocks, LLC – where technical prowess meets entrepreneurial vigor!
118
154
119
155
***
120
156
@@ -150,22 +186,3 @@ The `.github` directory contains the following files:
150
186
-`dependabot.yml`: A default `dependabot.yml` file that can be used to configure Dependabot for the repository.
151
187
152
188
-`workflows`: A directory that contains GitHub Actions workflows for the repository. Currently it contains the following workflow:
153
-
154
-
155
-
156
-
157
-
## Project Structure
158
-
159
-
The project structure is as follows:
160
-
161
-
```plaintext
162
-
.
163
-
├── .github
164
-
│ └── workflows
165
-
│ └── build.yml
166
-
├── .gitignore
167
-
├── LICENSE
168
-
169
-
170
-
171
-
Reneric Repository Template with Default Files and Structure
0 commit comments