Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ Welcome! This is the repository for the website for Civic Tech DC. It is a stati
[Github Codespaces](https://github.com/features/codespaces) is a free development environment based on VS Code that is run entirely in the browser. You can have your own copy of the Civic Tech DC Website up and running in a few clicks.

1. Click "Fork" to make your own copy of the repository
![image](https://github.com/mchelen/codefordc-website/assets/30691/307cfd28-64cf-4178-9478-886736491036)
3. Click "Create codespace on main"
![image](https://github.com/mchelen/codefordc-website/assets/30691/3bb1583d-c27f-41c0-9548-b9a76d21143c)
![image](https://github.com/mchelen/civictechdc-website/assets/30691/4407978d-cbed-4fbe-8770-1d2922b321d0)
2. On your fork, click "Code" and then "Create codespace on main"
![image](https://github.com/mchelen/civictechdc-website/assets/30691/8297bdad-bd94-4488-98a4-3034c5dadc83)
Optionally, click the three dots and select "New with options"
![image](https://github.com/mchelen/civictechdc-website/assets/30691/f8394c63-9616-49d2-886f-3c9386585506)
4. Wait while your new Codespace starts, the dependencies will be installed and the web server will start automatically.
![image](https://github.com/mchelen/codefordc-website/assets/30691/409df32b-18b4-4376-b12a-fec61416349a)
![image](https://github.com/mchelen/civictechdc-website/assets/30691/bd5fd252-f89c-4d6d-8971-997064deb9f2)
5. Click "Open in browser" to see your website running live! Click "Make public" if you would like to share with another user.
![image](https://github.com/mchelen/codefordc-website/assets/30691/8e764732-cdfa-48c5-84c4-a853b58b14d1)
7. You can now modify the code and the website will automatically update.
8. Commit your changes as usual, and open a pull request when ready to share back with the team.
![image](https://github.com/mchelen/civictechdc-website/assets/30691/cc0c93eb-483c-4e21-bdf7-b0f33df9479b)
6. You can now modify the code and the website will rebuild automatically, refresh the browser to see your changes!
7. Commit your changes as usual and open a pull request when ready to share back with the team.

### Local Development

Expand Down