-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08b3f05
commit b893cc7
Showing
1 changed file
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |