Skip to content

sotnir/svg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Voxel Group

To do

  • Reach out to members in single voxel group for profiles being linked
  • Add profile pics and line of description

Running locally for development

Visual Studio Code (GUI)

  1. Visit https://code.visualstudio.com/, and download the version appropriate to your operating system.
  2. Install Live Server Extension in Visual Studio Code after it has been installed successfully. To do so, go to the Extension tab on the left navigation bar. Search “Live Server”, and the extension should show up on the list. Click on install.
  3. After the extension has been installed, click the "Go Live" button appeared at the bottom right corner. This button should appear every time you open the files folder that contains the website.
  4. A web browser should be launched, and now you should be able to preview the website within the local live server environment.

Python (CLI)

Note: You'll need to first install Python 3.

Alternatively, you can launch a live server in command line using Python.

  1. Open a command prompt or terminal window, and navigate to the directory where you want to launch the HTTP server:
cd /path/to/website/folder
  1. Enter the following command:
$ python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
  1. An HTTP server has started and now you can visit the HTTP address (http://0.0.0.0:8000).

About

repository for website of single voxel group

Topics

Resources

Stars

Watchers

Forks

Languages

  • HTML 57.2%
  • CSS 34.5%
  • JavaScript 8.3%