/euportal

Epi-Use Website To Create Service-Providing Websites :handbag:

Primary LanguageJavaScript

Epi-Use Logo

Epi-Use Portal

Epi-Use website template that allows businesses to create their own shopping website.

Getting Started

You need to have Node.js installed in order to compile from the source code.

Installation 📄

To check if you have Node.js installed, run the following command in your preffered terminal:

node -v

The expected output should be v11.10.1 or more recent.

Execution 💻

Clone this repository and navigate to the euportal directory:

# clone repo
git clone https://github.com/chapmankyle/euportal.git

# navigate to euportal directory
cd euportal/

Now just run the following commands in the terminal:

# build and install dependencies
./build.sh

# starts the website
./run.sh

If any problems occur, such as Permission denied, type the following in the terminal:

# change access permissions
chmod 700 ./build.sh
chmod 700 ./run.sh