Migrated to Next.js setup
Showing
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc.json
0 → 100644
.stylelintignore
0 → 100644
.stylelintrc.json
0 → 100644
canary/index.html
deleted
100644 → 0
css/canary-style.css
deleted
100644 → 0
css/pgp-style.css
deleted
100644 → 0
index.html
deleted
100644 → 0
next-env.d.ts
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "ronin-website", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "git@code.samourai.io:ronindojo/ronin-website.git", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||