Files
Web-Frontend/README.md
T

20 lines
677 B
Markdown
Raw Normal View History

2025-07-08 17:16:34 +00:00
# website-framework
## Add your files
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/topics/git/add_files/#add-files-to-a-git-repository) or push an existing Git repository with the following command:
```
cd existing_repo
git remote add origin https://code.usgs.gov/vkuchenik/website-framework.git
git branch -M main
git push -uf origin main
```
## Name
2025-07-08 17:20:04 +00:00
Basic Webapp Framework
2025-07-08 17:16:34 +00:00
## Description
2025-07-08 17:20:04 +00:00
Building a foundational webapp framework that can be repurposed.