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.
|
3 years ago | |
---|---|---|
.history | 3 years ago | |
.vscode | 3 years ago | |
components | 3 years ago | |
lib | 3 years ago | |
pages | 3 years ago | |
posts | 3 years ago | |
public | 3 years ago | |
redux | 3 years ago | |
server/db | 3 years ago | |
styles | 3 years ago | |
test | 3 years ago | |
types | 3 years ago | |
utils | 3 years ago | |
.babelrc | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.json | 3 years ago | |
.gitignore | 3 years ago | |
.prettierignore | 3 years ago | |
.prettierrc | 3 years ago | |
README.md | 3 years ago | |
env.local | 3 years ago | |
jest.config.js | 3 years ago | |
next-env.d.ts | 3 years ago | |
next.config.mjs | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
postcss.config.js | 3 years ago | |
tailwind.config.js | 3 years ago | |
tsconfig.json | 3 years ago | |
yarn.lock | 3 years ago |
README.md
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/