Ethresale is a Nuxt.js powered web application that enables individuals to effortlessly buy or sell second hand or used items. This project leverages the Supabase backend for seamless data management.
Make sure to install the dependencies:
# npm
npm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# yarn
yarn build
Locally preview production build:
# npm
npm run preview
# yarn
yarn preview
Check out the deployment documentation for more information.
All contributions, issues and feature requests are welcome!
- Fork it (https://github.com/wuletawwonte/ethresale.git)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add/improve')
- Push to the branch (git push origin [chosen-name])
- Create a new Pull Request
Give a ⭐ if you liked the app
This project is MIT licensed.