diff --git a/README.md b/README.md index f5db2a2..c8946e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Nuxt 3 Minimal Starter +## Task manager -Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +`https://trello.com/b/OjZu7TVB/un-environment` + +## Open data + +`https://data.un.org/SdmxBrowser/start` ## Setup @@ -9,15 +13,6 @@ Make sure to install the dependencies: ```bash # npm npm install - -# pnpm -pnpm install - -# yarn -yarn install - -# bun -bun install ``` ## Development Server @@ -27,15 +22,6 @@ Start the development server on `http://localhost:3000`: ```bash # npm npm run dev - -# pnpm -pnpm run dev - -# yarn -yarn dev - -# bun -bun run dev ``` ## Production @@ -45,15 +31,6 @@ Build the application for production: ```bash # npm npm run build - -# pnpm -pnpm run build - -# yarn -yarn build - -# bun -bun run build ``` Locally preview production build: @@ -61,15 +38,4 @@ Locally preview production build: ```bash # npm npm run preview - -# pnpm -pnpm run preview - -# yarn -yarn preview - -# bun -bun run preview ``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. diff --git a/package.json b/package.json index 2dd4655..d289511 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "postinstall": "nuxt prepare", "lint:js": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .", "lint:prettier": "prettier --check .", - "lint": "yarn lint:js && yarn lint:prettier", - "lintfix": "prettier --write --list-different . && yarn lint:js --fix" + "lint": "npm run lint:js && npm run lint:prettier", + "lintfix": "prettier --write --list-different . && npm run lint:js --fix" }, "devDependencies": { "@element-plus/nuxt": "^1.0.7",