https://github.com/teamvanced/vanced-website-v2
Source Code of the Vanced Website
https://github.com/teamvanced/vanced-website-v2
Last synced: 4 months ago
JSON representation
Source Code of the Vanced Website
- Host: GitHub
- URL: https://github.com/teamvanced/vanced-website-v2
- Owner: TeamVanced
- License: agpl-3.0
- Created: 2020-10-03T21:35:58.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-03T12:15:31.000Z (over 3 years ago)
- Last Synced: 2024-12-27T11:43:57.829Z (over 1 year ago)
- Language: SCSS
- Homepage: https://vancedapp.com
- Size: 3.77 MB
- Stars: 79
- Watchers: 10
- Forks: 132
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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/