Create a community of like minded authors to foster inspiration and innovation by leveraging the modern web.
- Install dependencies
npm install
or yarn
- Start the dev server
npm run dev
or yarn dev
- To build the project
npm run build
or yarn build
- To run built app locally
npm run start
or yarn start
- To Run the tests
`npm run test` or `yarn test`, // runs the tests once
`npm run test:watch` or `yarn test:watch`, // listens for file changes and reruns the tests
`npm run test:coverage` or `yarn test:coverage` // creates files to display coverage
Team Fortem