Skip to content

gigor/holdex-venture-studio

 
 

Repository files navigation

Welcome to Holdex

Learn more about our DNA here.

Developing

Once you've installed dependencies with npm install (or npm install or yarn), start a development server:

npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

Environment Options

Our localhost runs the stage environment by default. You can switch it to run the production environment as you test things out and then switch back to staging.

You can do this in the lib/config file by setting the value to true:

const previewMock = false; -> true;

About

#374 - price ticker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.3%
  • Svelte 18.5%
  • Pug 13.2%
  • JavaScript 7.5%
  • SCSS 1.5%
  • Sass 1.0%
  • Other 1.0%