https://github.com/devuri/ai-test-project
https://github.com/devuri/ai-test-project
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devuri/ai-test-project
- Owner: devuri
- Created: 2017-01-04T15:44:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T15:44:15.000Z (about 9 years ago)
- Last Synced: 2024-10-19T14:20:16.345Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ai Test Project
## Development
See the [Quickstart](http://docs.init.ai/docs/quickstart) for details on setting up your development environment
### Installation
#### Node.js version
To [run your scripts locally](http://docs.init.ai/docs/dev-server#section-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
```