Skip to content

Commit

Permalink
Basic Web Design
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Feb 26, 2024
1 parent ee29cef commit da22e30
Show file tree
Hide file tree
Showing 9 changed files with 567 additions and 28 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,23 @@ source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver
```
```


# When running in debug False :
```
./manage.py collectstatic
./manage.py runserver --insecure
```

# CSS :
To install the CSS bundler :
```
npm install -D tailwindcss
npx tailwindcss init
```

To update CSS files (they use the tailwinds framework)
```
npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css
```
Binary file added static/images/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da22e30

Please sign in to comment.