Please check the official NuxtJS installation guide for server requirements before you start. Official Documentation
Clone the repository
git clone https://github.com/TOEKANGKU/backoffice.git
Switch to the repo folder
cd backoffice
Install all the dependencies using npm
npm install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Start the local development server
npm run dev
You can now access the application at http://localhost:8080
Run to build for production
npm run build
Start the build
npm run generate
.env- Environment variables can be set in this file
Note : You can quickly set the database information and other variables in this file and have the application fully working.