This is a Next.js application bootstrapped with create-next-app
.
To run this app follow these steps:
- Install
NodeJs
- Clone this repository:
git clone git@github.com:casprine/rick-morty-wiki.git
- Move to the directory:
cd rick-morty-wiki
- Install all the dependencies:
yarn install
- Run
yarn dev
to start the whole project
Open http://localhost:3000 with your browser to see the result.
- Run:
yarn test
Launches the test runner in the interactive watch mode.
Builds the app for production to the .next
folder.
It bundles Nextjs
in production mode and optimizes the build for the best performance.
You can simply build the production ready installation just using:
yarn build