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
- Host: GitHub
- URL: https://github.com/fanweixiao/initaitest
- Owner: fanweixiao
- Created: 2016-10-26T07:08:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T07:08:38.000Z (over 8 years ago)
- Last Synced: 2025-02-14T13:47:35.508Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```