Skip to content

alextantumpay/incognitee-campaign-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Note

The @encointer/worker-api uses the browser's built-in webcrypto api. This library is only available in secure secure contexts. Hence, in local development you must use localhost. webcrypto is undefined on 127.0.0.1 and 0.0.0.0.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn run dev

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 90.4%
  • TypeScript 4.9%
  • SCSS 3.5%
  • Python 0.9%
  • JavaScript 0.2%
  • Dockerfile 0.1%