Skip to content

daveygit2050/kow-london.co.uk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kow-london.co.uk

License: MIT

Resources for the kow-london.co.uk website.

Development

Information pertaining to the development of the kow-london.co.uk website.

Infrastructure

Site infrastructure is built with terraform and defined in the infrastructure directory.

To spin up the infrastructure, run this with appropriate AWS credentials set:

terraform init
terraform apply

Static site

Static site resources, including html, css and js files are stored in the static directory.

To install dependencies to the static/node_modules directory:

npm install

To run a local development server:

npm start

To build a distributable package at static/dist:

npm run build

Backend

Backend resources, such as python scripts, are stored in the backend directory.

To install dependencies:

poetry install

To scrape tournament event data from kowmasters.com and export the result to the static site config:

poetry run python ./generate-events.py

License

This code is open source software licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published