Comment on page
Installation
To install Crema on the system, you need to develop a React Environment in the system
Node is a JavaScript run time built needed to run a React App. You need to install the recommended version of Node.js from the official website https://nodejs.org/en/
Yarn is a project manager responsible for adding and installing all the dependencies required for running the Crema on the system. You can install the latest version of Yarn from the official website https://classic.yarnpkg.com/lang/en/
Once you have followed the installation pre-requisite steps, You can follow the following steps to install and run the Crema:-
1. To run the Crema, Open the Crema folder in the editor of your choice. After following the folder, open the terminal and run the following command:-
yarn
this command will automatically install the required dependencies.
2. Now, run the following command to run the project in the browser.
yarn dev
This command will start the project in the browser in development mode i.e. the project will run on localhost://300X URL.
You can start editing the page by modifying
app/page.js
. The page auto-updates as you edit the file.To learn more about Next.js, take a look at the following resources:
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Last modified 25d ago