Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yenkodev/yenkodev-website
A sleek multi-page website for our agency featuring an overview of what we do.
https://github.com/yenkodev/yenkodev-website
aceternity contentful nextjs react tailwind typescript
Last synced: 24 days ago
JSON representation
A sleek multi-page website for our agency featuring an overview of what we do.
- Host: GitHub
- URL: https://github.com/yenkodev/yenkodev-website
- Owner: YenkoDev
- Created: 2024-07-26T16:02:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T11:12:14.000Z (3 months ago)
- Last Synced: 2024-10-15T17:37:05.212Z (24 days ago)
- Topics: aceternity, contentful, nextjs, react, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 9.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YenkoDev Website
Link: [yenkodev.com](https://yenkodev.com)
## 💡 Features
Initial version of YenkoDev website. Simple landing page that highlights the overview of the company.
## 💻 Technologies Used
- TypeScript
- React
- Tailwind
- Aceternity UI## 🚀 Getting Started
These instructions will help you set up the project locally for development and testing.
### Prerequisites
- Node.js v18 or above
- npm### Installation & Setup
1. Clone the repository:
```bash
git clone https://github.com/YenkoDev/yenkodev-website
```2. Navigate to the project directory:
```bash
cd yenkodev-website
```3. Install dependencies:
```bash
npm install
```4. Run the development server:
```bash
npm run dev
```