You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
.yarn | 3 months ago | |
components | 3 months ago | |
layouts | 3 months ago | |
pages | 3 months ago | |
public | 3 months ago | |
.gitignore | 3 months ago | |
.npmrc | 3 months ago | |
README.md | 3 months ago | |
app.vue | 3 months ago | |
nuxt.config.ts | 3 months ago | |
package.json | 3 months ago | |
tailwind.config.js | 3 months ago | |
tsconfig.json | 3 months ago | |
yarn.lock | 3 months ago |
README.md
OSM My Commerce
Un site web pour que les commerçants puissent ajouter eux même leur commerce sur OpenStreetMap
Documentation pour dev
Look at the Nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Development Server
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Check out the deployment documentation for more information.