Skip to content

Commit 70b54f8

Browse files
authored
Update README.md
1 parent c8ba733 commit 70b54f8

File tree

1 file changed

+48
-31
lines changed

1 file changed

+48
-31
lines changed

README.md

Lines changed: 48 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@
3636

3737
[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.
3838

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-
4939
## Features
5040

5141
- **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:
6454
- **Third-Party API Integrations**:
6555
- **Artificial Intelligence Tooling**:
6656

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+
6778
### Tech-Stack
6879

6980
- [Node.js]() | [Bun.js]()
@@ -104,6 +115,14 @@ and populate `.env`:
104115
...
105116
```
106117

118+
### Run Locally
119+
120+
`#TODO`
121+
122+
### Deployment
123+
124+
`#TODO`
125+
107126
### Technical Documentation
108127

109128
`#TODO`
@@ -112,9 +131,26 @@ and populate `.env`:
112131

113132
`#TODO`
114133

115-
### Deployment
134+
## Contributing
116135

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.
137+
138+
## Contact Us
139+
140+
- **Email**: [dev@noclocks.dev](mailto://dev@noclocks.dev)
141+
- **Phone**: [+1 (678) 491-4856](tel://+16784914856)
142+
143+
## Connect
144+
145+
## Connect with Us
146+
147+
- [LinkedIn](https://linkedin.com/company/noclocks)
148+
- [Twitter](https://twitter.com/noclocksdev)
149+
- [Stack Overflow]()
150+
- [YouTube]()
151+
- [GitHub Discussions]()
152+
153+
Join us in redefining what's possible in technology and consulting by partnering with No Clocks, LLC – where technical prowess meets entrepreneurial vigor!
118154

119155
***
120156

@@ -150,22 +186,3 @@ The `.github` directory contains the following files:
150186
- `dependabot.yml`: A default `dependabot.yml` file that can be used to configure Dependabot for the repository.
151187

152188
- `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

Comments
 (0)