Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 568 Bytes

Notebook Frontend

Notebook frontend build with React and Tailwind CSS.

The app is served using a Nginx webserver.

Development

npm install
./develop
open http://localhost:3000

Styling

Styling of the notebook application is done using Tailwind in tailwind.css. Styling of the mardown source files is located in markdown.scss.

npx tailwindcss -i ./src/tailwind.css -o ./src/notebook.css --watch
npx sass src/markdown.scss src/markdown.css --no-source-map --watch