https://github.com/openfun/funlandpage
https://github.com/openfun/funlandpage
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openfun/funlandpage
- Owner: openfun
- Created: 2021-10-29T08:01:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T14:34:07.000Z (over 2 years ago)
- Last Synced: 2025-03-03T01:44:46.758Z (about 1 year ago)
- Language: SCSS
- Homepage: funland.vercel.app
- Size: 3.17 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
------------------