https://github.com/mishalaskin/initai
just init ai
https://github.com/mishalaskin/initai
Last synced: about 2 months ago
JSON representation
just init ai
- Host: GitHub
- URL: https://github.com/mishalaskin/initai
- Owner: MishaLaskin
- Created: 2016-11-16T15:46:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T15:46:56.000Z (almost 9 years ago)
- Last Synced: 2025-07-22T21:29:44.296Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# initai — Basic greetings
A sample project built with [Init.ai](https://init.ai). This is based on the [Greetings](http://docs.init.ai/docs/tutorial-1-greetings) tutorial.Make sure to read the [Overview](https://docs.init.ai/docs) to familiarize yourself
with the Init.ai platform.## 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
```