Skip to content

etheralpha/l2safety-info

Repository files navigation

l2safety-info

This is the source code for https://l2safety.info.

Local Development

  1. Clone the repo (or fork the repo to your account)
  2. Install dependencies: bundle install
  3. Create a feature branch off of the main branch
  4. Start the local server: bundle exec jekyll serve
  5. Go to http://localhost:4400/ to view changes

To build the site use bundle exec jekyll build.

Resources:

Scripts

To run the script in _script:

  1. Create virtual environment: python3 -m venv _scripts/venv/
  2. Start the local server: . _scripts/venv/bin/activate && pip install -r _scripts/requirements.txt && python _scripts/collect_data.py
  3. Or run each command individually:
    1. Start python virtual environment: . _scripts/venv/bin/activate
    2. Install dependencies: pip install -r _scripts/requirements.txt
    3. Run the script: python _scripts/collect_data.py
  4. Close virtual environment: deactivate

About

This is the source code for https://l2safety.info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •