We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d595e28 commit 88a1b90Copy full SHA for 88a1b90
README.md
@@ -1,5 +1,17 @@
1
# brc-analytics
2
3
+## Setup
4
+
5
+Using Node.js version `20.10.0`, run `npm install` in the root directory of the repository to install dependencies.
6
7
+## Using the development server
8
9
+The app can be run for development using `npm run dev`, and accessed at `http://localhost:3000`.
10
11
+## Building the app locally
12
13
+Run `npm run build:local` to build. The built app can be run using `npm start`, and accessed at `http://localhost:3000`.
14
15
# BRC Analytics Data Catalog
16
17
## Building the data source files
0 commit comments