KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
uofa-cmput404.github.io
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SpineAnimationBuilder
:
build animation from a exist spine type file
E2E_Testing_with_Puppeteer_Starter
:
No description available.
fomu-tests
:
Test cases and scripts for Fomu
ga4gh-service-info
:
GA4GH service-info specification.
XMOS-XU216_FB236-BOARD
:
XMOS XU216_FB236 BOARD made in KiCad
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
uofa-cmput404.github.io
?
Download (.md)
# cmput404.github.io ## Pull Requests My github notifications are flooded and useless. Please contact via the contact form when you make a PR. ## Installation You want ghp-import and pelican, both of which you can apt-get if you want. 0. `git clone https://github.com/uofa-cmput404/uofa-cmput404.github.io.git && cd uofa-cmput404.github.io` 0. `virtualenv venv --python=python3` 0. `source venv/bin/activate` 0. `pip install -r requirements.txt` ## Running 0. `cd uofa-cmput404.github.io` 0. `source venv/bin/activate` 0. `make devserver` * local development with reloading at [localhost:8000](http://localhost:8000) 0. `make publish` * production html generated at `output` To deploy to github pages, manually push the contents of `output` to the master branch. Alternatively, you can use `make github`. Licensed under Apache v2 [LICENSE](./LICENSE). Static site generated using [Pelican](https://github.com/getpelican/pelican).