mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Code AI platform with Code Search & Cody
* remove scrolling effects * remove forced dark theme and custom colors * move MainPage and related to enterprise/dotcom/welcome * rename /start to /welcome The name /welcome better conveys that it is for first-time users, not the page where you start each session. * create WelcomeArea with common header * extract company logos * factor out welcome footer * clean up HTML for welcome main page * redirect self-hosted instance /welcome to sourcegraph.com/welcome * update copy on main page |
||
|---|---|---|
| .github | ||
| .vscode | ||
| client | ||
| cmd | ||
| dev | ||
| doc | ||
| enterprise | ||
| migrations | ||
| packages | ||
| pkg | ||
| schema | ||
| shared | ||
| ui/assets | ||
| web | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .mailmap | ||
| .prettierignore | ||
| .stylelintrc.json | ||
| .yarnrc | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| doc.go | ||
| go.mod | ||
| go.sum | ||
| graphql-schema-linter.config.js | ||
| gulpfile.ts | ||
| jest.config.base.js | ||
| jest.config.js | ||
| LICENSE | ||
| LICENSE.apache | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| tslint.json | ||
| yarn.lock | ||
Sourcegraph is a fast, open-source, fully-featured code search and navigation engine.
Features
- Fast global code search with a hybrid backend that combines a trigram index with in-memory streaming
- Code intelligence for many languages via the Language Server Protocol
- Enhances GitHub, GitLab, Phabricator, and other code hosts and code review tools via the Sourcegraph browser extension
- Integration with third-party developer tools via the Sourcegraph extension API
Try it yourself
- Try out the public instance on any open-source repository at sourcegraph.com.
- Install the free and open-source browser extension.
- Spin up your own instance with the quickstart installation guide.
- File feature requests and bug reports in our issue tracker.
- Visit about.sourcegraph.com for more information about product features.
Development
Prerequisites
- Git
- Go (1.11 or later)
- Docker
- PostgreSQL (version 9)
- Node.js (version 8 or 10)
- Redis
- Yarn
- Nginx
For a detailed guide to installing prerequisites, see these instructions.
Installation
-
Start the development server
./dev/launch.sh
Sourcegraph should now be running at http://localhost:3080.
For detailed instructions and troubleshooting, see the local development documentation.
Documentation
The docs folder has additional documentation for developing and understanding Sourcegraph:
- Project FAQ
- Architecture: high-level architecture
- Database setup: database setup and best practices
- Style guide
- GraphQL API: useful tips when modifying the GraphQL API
- Contributing
License
Sourcegraph OSS is available freely under the Apache 2 license. Sourcegraph OSS
comprises all files in this repository except those in the enterprise/ and src/enterprise
directories.
All files in the enterprise/ and src/enterprise/ directories are subject to the Sourcegraph
Enterprise license.

