Skip to content

ardayurdakul/caslab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASLAB Website

Local Development Instructions

  1. Clone this repository and change the project directory:

    git clone git@github.com:bouncmpe/caslab.git
    cd caslab
  2. Create a new virtual environment by running the following command:

    python -m venv ~/venv/mkdocs

    This will create a new virtual environment named mkdocs in the ~/venv directory.

  3. Activate the virtual environment by sourcing the activation script:

    source ~/venv/mkdocs/bin/activate
  4. Once the virtual environment is activated, use pip to install requirements:

    pip install -r requirements.txt

    This will install MkDocs and other dependencies into the virtual environment.

  5. To verify that MkDocs was installed successfully, run the following command:

    mkdocs --version

    This should display the version number of MkDocs.

  6. Next, start the development server by running the following command:

    mkdocs serve

    This will start the development server, and you can view your site by visiting http://localhost:8000 in your web browser.

  7. Add/modify/delete the markdown files under the content directory or modify mkdocs.yml for the site settings. Your changes will be immediately updated on your browser.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 53.0%
  • Dockerfile 47.0%