You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
885 B
885 B
RoboTop сайт робототехнического фестиваля
A Next.js starter for your next blog or personal site. Built with:
- Typescript
- Write posts with MDX
- Style with Tailwind CSS
- Linting with ESLint
- Formatting with Prettier
- Linting, typechecking and formatting on by default using
husky
for commit hooks - Testing with Jest and
react-testing-library
Getting Started
git clone https://github.com/ChangoMan/nextjs-typescript-mdx-blog.git
cd nextjs-typescript-mdx-blog
yarn install
# or
npm install
yarn dev
# or
npm run dev
Your new site will be up at http://localhost:3000/