Skip to content

hacking-science/co2st

Repository files navigation

CO2ST

Requirements

node JS

Install from here

Installing

git clone https://github.com/hacking-science/co2st.git
cd co2st 
npm install

Running development server

npm run dev

Referencing images and video assets

Assets such as images and videos will be found in the static folder. The static folder is served by webpack and will therefore appear in the root directory of the compiled website.

Examples

// Images
<img src="img/example.jpg">

// Videos
<video autoplay>
  <source src="videos/movie.mp4" type="video/mp4">
</videos>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published