Skip to content

d-exclaimation/livedocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveDocs

Live Document Editor

Demo

To try the app yourself:

Setup server:

cd server/
mix deps.get
mix ecto.create
mix ecto.migrate

Start server:

iex -S mix

for development

MIX_ENV=prod mix run

for production

Start React App on Development:

cd app/
yarn start

or build with

yarn build

FAQ

Why

I don't know, I probably would never give a solid answer. This is a pet / toy project, aimed for learning from bare minimal usage of libraries.

Why not Phoenix?

Read last line from above

Contributing

Contributions are always welcome. However, the project is very small so it would be more of a "I am going to add features here" or "here is a better way of doing things".

Feel free to do so, cristisms are welcome here, and new features as well

See contributing.md when it's up.