/heyposher

Primary LanguageSCSSApache License 2.0Apache-2.0

heyposher

The marketing app for poshmark

To run the application directly

You can run the application directly with the following commands

mkvirtualenv --no-site-packages poshmarvel -p python3
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

Installation

Setup a virtualenv and install requirements:

mkvirtualenv --no-site-packages poshmarvel -p python3
pip install -r requirements.txt

Running server

./manage.py runserver

Serving front-end

To build JavaScript and CSS files, first install npm packages:

npm install

Then to build (and watch for changes locally) just run:

npm run serve

Building front-end

To build JavaScript and CSS files, first install npm packages:

npm install

Then to build (and watch for changes locally) just run:

npm run build