|
3 years ago | |
---|---|---|
config | 3 years ago | |
public | 3 years ago | |
src | 3 years ago | |
views | 3 years ago | |
.babelrc | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
tsconfig.json | 3 years ago |
curiousroamers’ blog
You need a postgresql databased called curiousroamers setup
You have to specify in the .env file :
Then :
npm install
npm run build
npm start
If you wanna create an admin you gotta create a new UniqueLink row in the uniquelink table, then go to localhost:3000/admin/signup/:uuid (:uuid being the UniqueLink row’s uuid) to create an account.
The admin page is not very pretty at the moment cause it’s frontend ain’t done.
I have a project of transforming this website into a simple blog CMS.