ClaytonNolen / GymIsland-2024CSC

0 stars 0 forks source link

Deploying our webapp #5

Open jedace opened 5 months ago

jedace commented 5 months ago

Reviewing ways that we can host our website with free domains

Deploying from github Free domains

jedace commented 5 months ago

Lots of ways to deploy a static representation. Useful for checking progress and can even be done in github

Static free deploy

Daniel-Haley commented 5 months ago

Connected GitHub with VS Code and researching how to connect a Svelte project with our repository. Watching this video to learn more about setting up SvelteKit: https://www.youtube.com/watch?v=ydR_M0fw9Xc

crowleyk1 commented 5 months ago

Watching Daniels video on setting up SvelteKit.

crowleyk1 commented 5 months ago

Downloaded Node.js. Also found a useful source for getting started with Svelte: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started

crowleyk1 commented 5 months ago

Downloaded a template to get started with Svelte.

jedace commented 5 months ago

Setting up personal machines with node, git, and svelte

crowleyk1 commented 5 months ago

Messing around with the template. Deleted some of the unnecessary lines of code.

crowleyk1 commented 5 months ago

Added a page header "Log-in/Sign-up" and a text box with a place holder "Southwestern Email".

crowleyk1 commented 5 months ago

Trying to figure out how to create links to pages.

jedace commented 5 months ago

Following tutorial for setting up node in vs

Link

crowleyk1 commented 5 months ago

Created links to a log-in page and a sign-up page. So far both pages only have a header with two text fields for email and password.

crowleyk1 commented 5 months ago

continuing work on the sign-up page

crowleyk1 commented 5 months ago

Added text fields for username and confirm password on the sign-up page. Also messed with some of the formatting. I'm attempting to share the code with Daniel.

crowleyk1 commented 5 months ago

created a form for the log-in page.

Daniel-Haley commented 5 months ago

Setting up Node. js in VS Code. Also figured out that both people need to be online when codesharing on VS Code.

Daniel-Haley commented 5 months ago

Installed Node.js and watching the video on how to run node inside VS Code. https://www.youtube.com/watch?v=_LtwT5_zmDs

Daniel-Haley commented 5 months ago

Going through Svelte tutorial: https://learn.svelte.dev/tutorial/welcome-to-svelte

crowleyk1 commented 5 months ago

figuring out how to push vs code to github

Daniel-Haley commented 5 months ago

Added User Manual in the Google Drive "Project" folder where we will track steps to set up and use the project.

crowleyk1 commented 5 months ago

Helping Daniel open local host for our webapp for trouble shooting. enter "npm run dev -- --open" in vs terminal. I believe the project files have to downloaded on your personal device.

Daniel-Haley commented 5 months ago

Was running into an error where vite was not working. Figuring out how to install it properly since I am receiving an error message that scripts are disabled on my system.

Daniel-Haley commented 5 months ago

Figured out how to install vite locally using this site: https://vitejs.dev/guide/

Daniel-Haley commented 5 months ago

Reading more about Vite on their website