Minimal "ecommerce" template with Google Sheets, NextJS SSG and React You can update your articles via google sheets. And receive your products via Whatsapp message. It is designed to be almost zero cost and easy to configure
To create a custom local Luara page:
- Create a google sheet like this
- In the google docs spreadsheet, click on file -> Share -> To the web, select as .csv value and copy the link generated (should look like this)
- Clone the repo
git clone https://github.com/vSchiaffino/luara.git
- Create a copy of .env.example, and name it: .env.local
- In the previous file, set NEXT_PUBLIC_PHONE_NUMBER and NEXT_PUBLIC_SHEET_URL respectively
- Open a terminal in the root of the proyect and run:
npm install
npm run build
npm start
- You are running Luara locally! :D
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.