Installing Next jS

To run the Crema, Open the Crema folder in the editor of your choice. After following the folder, open the terminal and run yarn & yarn dev

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.

3. To add the project to the live server, you need to make the Build of the project. Run the following command to make the Build of the project.

yarn build && yarn start

After successful completion of build command, you will find following instructions on the terminal:-

Last updated