An open API service indexing awesome lists of open source software.

https://github.com/openfun/funlandpage


https://github.com/openfun/funlandpage

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Use Frontend
========

This is an node project using Yarn , snowpack, Bootsrap, and Eleventy .

Install
-------

Yarn install

------------------

Prototype by 11ty and snowpack
-------------

After this step you just have to launch

Yarn dev

------------------

------------------

Watch src
-------------
this script compile src (js & css) in projet/webapp_statics and keep watching the modifications

Yarn watch

------------------

Build src
-------------
this script compile sources , in projet/build one time by snowpack

yarn build:bysp

------------------

Build for Vercel
-------------
this script compile sources , but without snowpack (used by vercel )

yarn build

------------------