You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._
1009
+
1010
+
## Get started
1011
+
1012
+
To run this project locally, install the dependencies and run the local server:
1013
+
1014
+
\`\`\`sh
1015
+
npm install
1016
+
npm start
1017
+
\`\`\`
1018
+
1019
+
Alternatively, you may use [Yarn](https://http://yarnpkg.com/):
exports[`Options with unknown template throws 1`] =`"The template directory must contain a configuration file \`.template.js\` or must be one of those: Angular InstantSearch, InstantSearch Android, InstantSearch iOS, InstantSearch.js, React InstantSearch, React InstantSearch Native, Vue InstantSearch"`;
3
+
exports[`Options with unknown template throws 1`] =`"The template directory must contain a configuration file \`.template.js\` or must be one of those: Angular InstantSearch, Autocomplete.js, InstantSearch Android, InstantSearch iOS, InstantSearch.js, React InstantSearch, React InstantSearch Native, Vue InstantSearch"`;
4
4
5
5
exports[`Options with unvalid name throws 1`] =`
6
6
"Could not create a project called \\"[31m./WrongNpmName[39m\\" because of npm naming restrictions.
7
7
- name cannot start with a period
8
8
- name can only contain URL-friendly characters"
9
9
`;
10
10
11
-
exports[`Options with wrong template path throws 1`] =`"The template directory must contain a configuration file \`.template.js\` or must be one of those: Angular InstantSearch, InstantSearch Android, InstantSearch iOS, InstantSearch.js, React InstantSearch, React InstantSearch Native, Vue InstantSearch"`;
11
+
exports[`Options with wrong template path throws 1`] =`"The template directory must contain a configuration file \`.template.js\` or must be one of those: Angular InstantSearch, Autocomplete.js, InstantSearch Android, InstantSearch iOS, InstantSearch.js, React InstantSearch, React InstantSearch Native, Vue InstantSearch"`;
12
12
13
13
exports[`Options without path throws 1`] =`"The option \`path\` is required."`;
14
14
15
-
exports[`Options without template throws 1`] =`"The template directory must contain a configuration file \`.template.js\` or must be one of those: Angular InstantSearch, InstantSearch Android, InstantSearch iOS, InstantSearch.js, React InstantSearch, React InstantSearch Native, Vue InstantSearch"`;
15
+
exports[`Options without template throws 1`] =`"The template directory must contain a configuration file \`.template.js\` or must be one of those: Angular InstantSearch, Autocomplete.js, InstantSearch Android, InstantSearch iOS, InstantSearch.js, React InstantSearch, React InstantSearch Native, Vue InstantSearch"`;
0 commit comments