/fiqus-web-front

Our open sourced website 🌎

Primary LanguageJavaScript

Fiqus web - dev and deploy notes

πŸš€ Quick start

  1. Run in dev mode.

    Navigate into your new site’s directory and start it up.

    export NODE_OPTIONS=--openssl-legacy-provider
    npm run develop
  2. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

  3. Build and deploy

    npm run build

    Will create or update the build folder that should be uploaded to the server.

NOTE 🚨

we have to configure the domain in setting/pages after a deploy