Getting Started
Project Overview#
CryptoPrice is a real-time cryptocurrency price tracking application, providing users with up-to-date information on various cryptocurrencies.
Prerequisites#
- Node.js (v14.x or higher)
- npm or yarn
- Git
Installation and Setup#
Web App Setup#
Clone the repository:
git clone https://github.com/suchithh/CryptoPrice.gitcd CryptoPricecd web-appInstall dependencies:
npm install # or yarn installRun the development server:
npm run devOpen http://localhost:3000 in your browser to view the application.
Running Docusaurus#
This project uses Docusaurus to generate its documentation. Here's how to run the Docusaurus development server:
Navigate to the
docsdirectory:cd docsInstall dependencies:
npm installStart the Docusaurus development server:
npx docusaurus start
This will start a local server with live reloading, allowing you to preview and edit the documentation.
Running on Mobile#
To run the application on your mobile device:
- Ensure your mobile device and computer are on the same network.
- Find your computer's local IP address.
- Replace
localhostwith your computer's IP address in the browser on your mobile device (e.g.,http://192.168.1.100:3000). - Open the address in your mobile browser.