An open API service indexing awesome lists of open source software.

https://github.com/wangrunlin/linkway-website

This is the official website and landing page for LinkWay - a professional navigation site builder platform designed for content creators and e-commerce professionals. | 这是 LinkWay 的官方网站和落地页 - 一个为内容创作者和电商从业者打造的专业导航站构建平台。
https://github.com/wangrunlin/linkway-website

Last synced: 11 months ago
JSON representation

This is the official website and landing page for LinkWay - a professional navigation site builder platform designed for content creators and e-commerce professionals. | 这是 LinkWay 的官方网站和落地页 - 一个为内容创作者和电商从业者打造的专业导航站构建平台。

Awesome Lists containing this project

README

          

# LinkWay Official Website

English | [简体中文](README-zh.md)

This is the official website and landing page for LinkWay - a professional navigation site builder platform designed for content creators and e-commerce professionals.

## About LinkWay

LinkWay is a powerful platform that enables users to:

- Build professional navigation websites and standalone sites
- Leverage advanced multi-dimensional database capabilities
- Optimize for search engines to gain sustainable organic traffic
- Manage content efficiently through an intuitive interface

## Quick Links

- 🌐 [Production Website](https://linkway.site)
- 💻 [Source Code Repository](https://github.com/wangrunlin/linkway)

## Development

### Prerequisites

- Node.js 20+
- pnpm

### Getting Started

1. Clone the repository

```bash
git clone https://github.com/wangrunlin/linkway-website
cd linkway-website
```

2. Install dependencies

```bash
pnpm install
```

3. Copy the environment variables file and configure it

```bash
cp .env.example .env.local
```

4. Start the development server

```bash
pnpm dev
```

## Tech Stack

- Next.js 15
- TypeScript
- Tailwind CSS
- Shadcn UI

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.