- Discussions/forums/announcements about our course
- Support Material
- Tasks/Issues to improve our course
- And much more!
It's recommended you run everything in the same environment you work in every day, but if you don't want to set up the repository locally, you can get started in one click with Gitpod or using GitHub Codespaces.
For a local development environment, follow the instructions below
All of these must be available in your PATH. To verify things are set up
properly, you can run this:
git --version
node --version
npm --versionIf you have trouble with any of these, learn more about the PATH environment variable and how to fix it here.
If you want to commit and push your work as you go, you'll want to create a pull request.
After you've made sure to have the correct things (and versions) installed, you should be able to just run a few commands to get set up:
git clone https://github.com/dcteam23/course.git
cd course
npm install
npm run build
npm run devIf you are still unable to fix issues and you've Docker 🐳 running in your machine, you can
setup the project just with the following command in vscode: Dev Container: ReOpen in Container
First, run npm i to install the dependencies.
Second, run npm run build to first build.
Then, run npm dev to start the development server and visit localhost:3000.
This project is licensed under the MIT License.
