keillera / welcome

:heart: ALIS Website

Home Page:https://alismedia.jp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

welcome

CircleCI

ALIS
The website resources of ALIS project website.

Prerequisite

  • node
    • see: .node-version
  • yarn

Installation

git clone https://github.com/AlisProject/welcome.git
cd welcome
yarn

Run

yarn watch

Local resources be opened automatically.

Linting

yarn test

Deployment

Prerequisite: aws-cli
Also you need correct AWS settings.
Please change example.com to your S3 bucket name.

  1. Create S3 bucket.

     aws s3 mb s3://example.com
    
  2. Setting bucket to static website hosting.

     aws s3 website s3://example.com --index-document index.html
    
  3. Add environment variables.

     export S3_BUCKET_DEVELOP=example.com
    
  4. Deployment.

     yarn deploy
    
  5. Now you can see:

     open http://example.com.s3-website-ap-northeast-1.amazonaws.com 
    

Licence

About

:heart: ALIS Website

https://alismedia.jp

License:MIT License


Languages

Language:HTML 57.9%Language:CSS 34.7%Language:JavaScript 7.4%