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.
Tykayn 3bd3883d2e get osm node data in object 3 months ago
..
.yarn get osm node data in object 3 months ago
components get osm node data in object 3 months ago
layouts migrate to nuxt3 + tailwind css 3 months ago
pages migrate to nuxt3 + tailwind css 3 months ago
public migrate to nuxt3 + tailwind css 3 months ago
.gitignore migrate to nuxt3 + tailwind css 3 months ago
.npmrc migrate to nuxt3 + tailwind css 3 months ago
README.md migrate to nuxt3 + tailwind css 3 months ago
app.vue get osm node data in object 3 months ago
nuxt.config.ts migrate to nuxt3 + tailwind css 3 months ago
package.json get osm node data in object 3 months ago
tailwind.config.js migrate to nuxt3 + tailwind css 3 months ago
tsconfig.json migrate to nuxt3 + tailwind css 3 months ago
yarn.lock get osm node data in object 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.