Coder Social home page Coder Social logo

seaside-semanticui's Introduction

Seaside-SemanticUI

Seaside wrapper for https://semantic-ui.com/

Installation

First install Pharo on your machine. Pharo 7 onwards is recommended. Either using PharoLauncher or Pharo ZeroConf:

Script installation

download.sh

git clone https://github.com/astares/Seaside-SemanticUI.git
cd Seaside-SemanticUI
./download.sh

The file download.sh could be used to download the full package and run it.

start.sh

This file starts the environment

clean.sh

This file cleans the environment afterwards so a fresh download could be done

Loading independent

Load Pharo using ZeroConf

wget -O- get.pharo.org/64/70+vm | bash
./pharo-ui Pharo.image

Load all in one

  Metacello new
      baseline:'SemanticUI';
      repository: 'github://astares/Seaside-SemanticUI:master/src';
      load

Load Seaside and then manually

Metacello new
  baseline:'Seaside3';
  repository: 'github://SeasideSt/Seaside:develop/repository';
  load.

and then load the packages you need using Iceberg

Run

Start the web server for Seaside - for instance with Zinc evaluate

ZnZincServerAdaptor startOn: 8080.
WebBrowser openOn: 'http://localhost:8080/semanticui/'

seaside-semanticui's People

Contributors

astares avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.