GithubHelp home page GithubHelp logo

isabella232 / wecarry-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from silinternational/wecarry-ui

0.0 0.0 0.0 2.34 MB

UI for WeCarry App

License: MIT License

Shell 0.05% JavaScript 22.42% CSS 0.44% Makefile 0.12% SCSS 1.42% Svelte 75.55%

wecarry-ui's Introduction

WeCarry app

Dependencies

Node and Make

Local development

This project utilizes Rollup for its builds

Ensure your etc/hosts has a wecarry.local and minio alias to localhost cp .env.example .env and update the values as needed

Install the project dependencies and start a local server

make

Navigate to http://wecarry.local:5001. You should see your app running. Edit a component file in src, save it, and the page will automatically reload with your changes.

Testing social providers (oauth)

In order to utilize the social auth capabilities, BASE_API_URL and the locally running api's HOST must be localhost instead of wecarry.local. These vars are found in the .env and docker-compose.yml respectively.

Breakpoint testing

To see what Bootstrap responsive breakpoint you are currently viewing, add the following to the Footer.svelte:

<script>
// ADD THIS:
import BootstrapWidthIndicator from 'components/BootstrapWidthIndicator.svelte'
</script>

...

<footer ...>
    ...

    // AND ADD THIS:
    <span class="mx-2 text-muted float-right"><BootstrapWidthIndicator /></span>
</footer>

Deployment

make build

The contents of the dist folder can then be deployed to your host

wecarry-ui's People

Contributors

forevermatt avatar briskt avatar hobbitronics avatar captaincrazybro avatar fillup avatar dependabot[bot] avatar mend-bolt-for-github[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.