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 的官方网站和落地页 - 一个为内容创作者和电商从业者打造的专业导航站构建平台。
- Host: GitHub
- URL: https://github.com/wangrunlin/linkway-website
- Owner: wangrunlin
- License: mit
- Created: 2025-01-05T13:21:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T08:40:18.000Z (over 1 year ago)
- Last Synced: 2025-01-14T23:41:51.391Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://linkway.site
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.