Skip to content

echen01/cdj

 
 

Repository files navigation

CDJ Website

Very WIP

Currently, this is using the Svelte framework with the Routify SSG.

The Svelte tutorial is very good, and I recommend it to anyone who's interested in figuring out what the syntax/idioms are like.

Installation

As a prerequisite, if you don't have it already, install node, as well as npx - npm install -g npx.

To get this site running locally, clone it, run npm install in the directory, and to start it, use npm run dev:ssr.

See src/pages/ for some examples of what making pages with Svelte looks like.

There is a demo article in src/pages/articles/example-article/. It is written with the mdsvex plugin.

To run eslint locally, you can just do npx eslint [directory].

About

The Cornell Data Journal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 94.4%
  • JavaScript 4.4%
  • Other 1.2%