An open API service indexing awesome lists of open source software.

https://github.com/fanweixiao/initaitest

the first test of init.ai
https://github.com/fanweixiao/initaitest

Last synced: about 2 months ago
JSON representation

the first test of init.ai

Awesome Lists containing this project

README

        

# InitAITest

## Development

See the [docs](http://docs.init.ai/reference/dev-server.html) for details on setting up the Dev Server.

### Installation

#### Node.js version

To [run your scripts locally](https://docs.init.ai/reference/dev-server.html#local-testing), you should make sure to use Node.js version 4.3.2.

We recommend using [nvm](https://github.com/creationix/nvm) to easily manage Node.js versions on your machine. This project is pre-provisioned with an `.nvmrc` file so you may simply run:

```bash
$ nvm use
```

#### Install dependencies

```bash
$ npm i
```

### Usage

#### Start the Dev Server

```bash
$ npm start
```