Welcome to the funniest foot on the internet.
- CM523 Final Project Guidelines & Schedule
- Final code demo: Update this to show your Github Pages URL. The URL will be
https://professorkolodziej.github.io/final-project-fall-2024-blog/
. - Add any links to wireframes, mockups, your presentation, etc. here in a list so it is easy for you to find later.
Make sure you've set up your development environment. Then, use the following commands to get up and running!
Command | Description |
---|---|
npm install |
Installs dependencies |
npm run start |
Start development. Edit your code in the src folder. |
npm run lint |
Checks all code for formatting and validation errors. |
npm run fix |
Checks all code for formatting and validation errors and attempts to automatically fix them. |
npm run test |
Runs autograding, which will check for linting, formatting, and that you have updated all placeholder content. |
npm run build |
Create a production-ready build of your code to the dist folder. |
npm run deploy |
Builds and deploys your code to Github Pages. |
What you want to do | Steps to take | When to do it |
---|---|---|
Set up the project |
|
Just once, when you start the project |
Write new code |
|
Each time you want to add a new feature |
Share your code or get feedback |
|
As soon as you're ready for feedback! Earlier is better. |
Merge your code |
|
When it's feeling good and stable! |
Deploy your code (make it live)! |
|
When you're ready to show your work to the world, or for a class check in! |
This project is based on the Student Site Boilerplate Template. Check out the documentation for more information on prerequisites for using this repository.
- Chrome (latest)
- Edge (latest)
- Firefox (latest)
- Internet Explorer Edge
- Opera (latest)
- Safari (latest)