mplacona / about

Sourcegraph blog, feature announcements, and website (about.sourcegraph.com)

Home Page:https://about.sourcegraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sourcegraph's Marketing Site

This is Sourcegraph's Marketing Site which is a Next.js project bootstrapped with create-next-app.

Build Status: Netlify Status


Getting Started

Node.js

First, make sure that you have Node.js installed. You can use nvm to automatically use the version of Node.js which is specified in the repository's .nvmrc file:

nvm install

Alternatively, you can use n to manage your Node versions. Use the following command to install the version of Node specified in the .nvmrc file:

n <node version>

Install Dependencies

From the top level of the project, run the following command to install dependencies:

yarn ci

This will install the dependencies while ensuring the lock file remains unmodified.

Running the Application

To run the application, type the following command from the top level of the project:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Configure the pre-commit Githook

To enable our pre-commit hook, update the following git config setting in the project:

git config core.hooksPath .githooks

About

Sourcegraph blog, feature announcements, and website (about.sourcegraph.com)

https://about.sourcegraph.com


Languages

Language:TypeScript 66.8%Language:HTML 26.1%Language:SCSS 6.9%Language:Shell 0.2%Language:JavaScript 0.1%Language:Jsonnet 0.0%