tmfahall / vanced-website-v2

Source Code of the Vanced Website

Home Page:https://vancedapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on the template from https://github.com/facebook/create-react-app

Vanced Website Repo (https://vancedapp.com)

Developing

1. Running

npm start

Docker testing

1. Building local image

docker build --build-arg REACT_APP_VANCED_LATEST_API_URL=https://cors-anywhere.herokuapp.com/https://vancedapp.com/api/v1/latest.json -t vanced/website-v2:local .

2. Running the container

docker-compose up

Or to run in detached mode

docker-compose up -d

3. Open the site

Go to http://localhost:4001/

About

Source Code of the Vanced Website

https://vancedapp.com

License:GNU Affero General Public License v3.0


Languages

Language:SCSS 59.9%Language:JavaScript 38.4%Language:HTML 1.5%Language:Dockerfile 0.2%