Skip to content

dcTeam23/course

Repository files navigation

DC logo 23

🤓 Welcome!

Here you'll find information about :

Quick Start

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.

Open in Gitpod

For a local development environment, follow the instructions below

System Requirements

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 --version

If you have trouble with any of these, learn more about the PATH environment variable and how to fix it here.

Setup

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 dev

If 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

Local Development

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.

License

This project is licensed under the MIT License.

About

DCteam23 docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published