Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.32 KB

Cytopia website

Build Status

This is the source code for Cytopia website. It is 100% static, fast and secure but uses a myriad of web tech to compile and run as intended.

Technology

Here is the list and description of all technologies used to build and run the website.

Dependency management

  • libman: Used for the installation of the Foundation framework

Design

  • Foundation: loud shout out to the folks behind this framework that made rapid creation of nice looking websites possible.

Coding

The cogs of the website.

  • C#/Razor: compile-time logic for site generator.
  • JavaScript: client-side runtime code.

Baking

Commands

  • libman restore & dotnet restore - install the dependencies
  • dotnet run -c Release -- preview - Start a test server: examine the website at localhost:5080.
  • dotnet run -c Release - Build the website locally.

License

Cytopia website source code is available under the terms of GNU General Public License v3 or any later version.