Skip to content

esperantojs/esperantojs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esperanto.github.io

Demo site for Esperanto.

Building

Clone the repo and npm install its dependencies. Then...

# build and serve a development version of the site
npm start

# build the site to `dist`
npm run build

Deploying to esperantojs.org

Assuming you have write access to this repo...

npm run deploy