# pub-dev **Repository Path**: sunyuping/pub-dev ## Basic Information - **Project Name**: pub-dev - **Description**: Source for the Pub site, written in Dart - **Primary Language**: Dart - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/dart-lang/pub-dev.svg?branch=master)](https://travis-ci.org/dart-lang/pub-dev) # Code for the "pub.dev" website. The server for hosting pub packages on [pub.dev](https://pub.dev) is implemented using AppEngine Custom Runtimes with Flexible environment (see [package:appengine](https://pub.dev/packages/appengine) for more information about Dart support for AppEngine). If you are looking only for a simple self-hosted site to publish internal package, see [package:pub_server](https://pub.dev/packages/pub_server), which has an [example](https://pub.dev/packages/pub_server#-example-tab-) for running one using the local filesystem as storage. ## Documentation - [Development](doc/development.md) - [Versions](doc/versions.md) - [Deploying](doc/deploying.md) - [Secrets](doc/secrets.md) - [Search](doc/search.md)