CoolFace
Apppublic

CodeXdhruv/phi2-web

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
README.md83 linesDownload Raw Back to root
1---2title: Phi2 Web3emoji: ๐Ÿ 4colorFrom: indigo5colorTo: red6sdk: static7pinned: false8app_build_command: npm run build9app_file: build/index.html10license: mit11---12 13# Getting Started with Create React App14 15This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).16 17## Available Scripts18 19In the project directory, you can run:20 21### `npm start`22 23Runs the app in the development mode.\24Open [http://localhost:3000](http://localhost:3000) to view it in your browser.25 26The page will reload when you make changes.\27You may also see any lint errors in the console.28 29### `npm test`30 31Launches the test runner in the interactive watch mode.\32See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.33 34### `npm run build`35 36Builds the app for production to the `build` folder.\37It correctly bundles React in production mode and optimizes the build for the best performance.38 39The build is minified and the filenames include the hashes.\40Your app is ready to be deployed!41 42See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.43 44### `npm run eject`45 46**Note: this is a one-way operation. Once you `eject`, you can't go back!**47 48If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.49 50Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.51 52You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.53 54## Learn More55 56You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).57 58To learn React, check out the [React documentation](https://reactjs.org/).59 60### Code Splitting61 62This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)63 64### Analyzing the Bundle Size65 66This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)67 68### Making a Progressive Web App69 70This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)71 72### Advanced Configuration73 74This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)75 76### Deployment77 78This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)79 80### `npm run build` fails to minify81 82This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)83