https://github.com/codelabsab/web
Web of Code Labs AB
https://github.com/codelabsab/web
Last synced: 4 months ago
JSON representation
Web of Code Labs AB
- Host: GitHub
- URL: https://github.com/codelabsab/web
- Owner: codelabsab
- Created: 2016-06-28T21:11:36.000Z (almost 10 years ago)
- Default Branch: codelabs.se
- Last Pushed: 2022-12-02T15:15:26.000Z (over 3 years ago)
- Last Synced: 2024-04-14T16:01:43.580Z (about 2 years ago)
- Language: CSS
- Homepage: https://codelabs.se
- Size: 70.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/codelabsab/web)
#
# Code Labs AB
Code Labs Webpage running on:
- s3 static website (AWS S3)
- CDN edge locations (AWS CloudFront)
- certification manager (AWS Certificate manager))
- Route 53 (AWS)
- Travis-CI build on push -> push to s3 bucket
- publish website on codelabs.se S3 bucket
# Instructions
`If you push new code, travis-CI will trigger a build and push the files to the codelabs.se S3 bucket on AWS`
`Pushes everything under ./src/web/* to S3 bucket`
# Local development
Make sure you have node and npm installed.
Install gulpjs
```
$ npm install -g gulp
```
Install local dependices:
```
$ npm install
```
Run gulp
```
$ gulp
```