Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josnun/sitant
A minimal, yet incredibly functional new tab replacement
https://github.com/josnun/sitant
Last synced: about 1 month ago
JSON representation
A minimal, yet incredibly functional new tab replacement
- Host: GitHub
- URL: https://github.com/josnun/sitant
- Owner: JosNun
- License: mit
- Created: 2018-09-04T19:14:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:50:04.000Z (about 2 years ago)
- Last Synced: 2023-03-06T03:29:56.749Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sitant
Sitant is a minimal, yet incredibly functional new tab replacement. It provides a quick place to jot down notes, todos, or tasks without a bunch of additional fluff.
## Installation
Get it from the Web Store [here](https://chrome.google.com/webstore/detail/sitant-simple-tasks-in-ne/koggochfeennbhkkjmbpbhfhociingae).## Development
This will get you up and running for development on your local machine.### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
### Installing
```bash
# Clone it
git clone https://github.com/JosNun/sitant.git# Install dependancies
yarn install
```### Development
Run the dev script```sh
yarn start
```Sitant will run on `localhost:3000`
**Note:** When running the dev version, todos will not persist across page loads.
## Building
Make a Web Store ready version```
yarn build:extension
```For info on how to add your freshly built version to Chrome, see the [extension dev docs](https://developer.chrome.com/extensions/getstarted#manifest).
## Built With
- [React](https://reactjs.org/)
- [Styled Components](https://www.styled-components.com/)
- [Popmotion Pose](https://popmotion.io/pose/)## License
This project is icensed under the MIT License - see the [License](./License) file for more details.