20 lines
677 B
Markdown
20 lines
677 B
Markdown
# 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
|
|
Basic Webapp Framework
|
|
|
|
## Description
|
|
Building a foundational webapp framework that can be repurposed. |