Skip to content

gbstem/instructor-portal

 
 

Repository files navigation

Setup

Once you've installed dependencies with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Changes

git checkout -B branch_name

The branch_name should be concise but descriptive. E.g., if making a page for profile settings, a branch name can be profile_settings.

After completing the objective of the branch, create a pull request on GitHub. Never commit directly to the main branch. Also, no need to merge unless you are used to working on a team with various branches and have merged with complex conflicts before.

Ignore

To deploy your app, you may need to install an adapter for your target environment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 81.3%
  • JavaScript 16.7%
  • CSS 1.6%
  • HTML 0.4%