import React from 'react'; import { observer } from 'mobx-react'; import { browserHistory } from 'react-router' import SlackAuthLink from 'components/SlackAuthLink'; import styles from './Home.scss'; @observer(['user']) export default class Home extends React.Component { static propTypes = { user: React.PropTypes.object.isRequired, } componentDidMount = () => { if (this.props.user.authenticated) { browserHistory.replace('/dashboard'); } } render() { return (
Hi there,
We're building the best place for engineers, designers and teams to share ideas, tell stories and build knowledge.
**Atlas** can start as a wiki, but it's really up to you what you want to make of it:
- Write documentation in _markdown_
- Build a blog around the API
- Hack the frontend for your needs (coming!)
We're just getting started.