Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Dec 25, 2018
1 parent 08b3f05 commit b893cc7
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# Focus: Solid Task Manager [![Build Status](https://semaphoreci.com/api/v1/noeldemartin/solid-focus/branches/master/badge.svg)](https://semaphoreci.com/noeldemartin/solid-focus)

## Project setup
```
npm install
```
This is a Task Manager implemented with [Vue](https://vuejs.org/), using the [Solid](https://solid.mit.edu/) protocol to store data into a Solid POD.

### Compiles and hot-reloads for development
```
npm run serve
```
Use it online here: [https://noeldemartin.github.io/solid-focus](https://noeldemartin.github.io/solid-focus)

### Compiles and minifies for production
```
npm run build
```
It can be used offline, but the point of using Solid is sending the information to a Solid POD for data persistance. I've been using an account from [solid.community](https://solid.community) and it should work on any server supporting Solid.

### Lints and fixes files
```
npm run lint
```
-----

I started working on this as a proof of concept to learn how to build Solid applications. I'll probably continue adding features because I'd like to replace most of the apps I use with autonomous data alternatives.

PRs, issues, comments and anything else are welcome :).

You can read more about this on my activity log:
- [Implementing a Task Manager using Solid](https://noeldemartin.com/tasks/implementing-a-task-manager-using-solid)

0 comments on commit b893cc7

Please sign in to comment.