Skip to content

Latest commit

 

History

History
79 lines (66 loc) · 929 Bytes

README.md

File metadata and controls

79 lines (66 loc) · 929 Bytes

Meta web browser

This meta web browser uses Google and DuckDuckGo to give you results clearly.


Get the code

git clone https://github.com/hecht-a/meta-browser.git
cd meta-browser

Run project in development

Using npm

npm install
npm run serve

Using yarn

yarn
yarn run serve

Using pnpm

pnpm install
pnpm run serve

Bundle the project (development)

Using npm

npm run development

Using yarn

yarn run development

Using pnpm

pnpm run development

Bundle the project (production)

Using npm

npm run production

Using yarn

yarn run production

Using pnpm

pnpm run production

Compile style

Using npm

npm run build:scss

Using yarn

yarn run build:scss

Using pnpm

pnpm run build:scss