项目作者: bcgov

项目描述 :
Service BC Name Examination System
高级语言: JavaScript
项目地址: git://github.com/bcgov/name-examination.git
创建时间: 2018-01-18T22:33:53Z
项目社区:https://github.com/bcgov/name-examination

开源协议:Apache License 2.0

下载


Name Examination

Service BC Name Examination System

Documentation

For further documentation about the project for developers, see the developer documentation.

Setup

Make sure to install the dependencies:

  1. npm install
  2. # or with pnpm:
  3. pnpm install

Setup Environment Variables

  1. cp .env.example .env

You will need to fill in the Firebase variables for the project to run.

Development Server

Start the development server on http://localhost:8080

  1. npm run dev

Testing

  1. npm run test