Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
/ store-builder Public archive

Store builder demonstrates how to build apps on the RYE API. It allows influencers to build stores in minutes. Store builder is located at https://rye.store

License

Notifications You must be signed in to change notification settings

rye-com/store-builder

Repository files navigation

Rye store builder

Store builder demonstrates how to build apps on the RYE API. It allows influencers to build stores in minutes. Store builder is located at https://rye.store

Getting started

Make sure you have all dependencies installed

Update hosts file (/etc/hosts on *nix):

255.255.255.255 broadcasthost
::1             localhost

+127.0.0.1 rye.local
+127.0.0.1 store-name.rye.local
# store-name is a name of the store that you want to be able to open locally.
# example: arjun (http://arjun.rye.local:3090)

(optional) Install node_modules to get intelisense:

cd frontend
yarn
cd ../server
yarn

Build docker image. You need this to be done only when dependencies of project change or you make changes to environment configuration

make build

Start the app

To run store-builder container use these commands

# To start container that makes calls to local API:
make start-with-local-api  # OR
# To start container that makes calls to production API
make start
# Navigate to the store builder
open "http://rye.store:3090"

To stop the container, run

make stop

Docs

What's next

Become a developer on RYE platform today. Register and start playing around with our API on tutorial

License

Store builder is MIT licensed.

About

Store builder demonstrates how to build apps on the RYE API. It allows influencers to build stores in minutes. Store builder is located at https://rye.store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •